Tab Session Master

Tab Session Master

Save and restore the state of windows and tabs. It also supports automatic backup your current session

Merlin
Additional files are visible only to premium users

manifest.json


{
  "short_name": "Tab Session Master",
  "manifest_version": 2,
  "name": "Tab Session Master",
  "default_locale": "en",
  "description": "Save and restore the state of windows and tabs. It also supports automatic backup your current session",
  "version": "1.2.2",
  "icons": {
    "16": "/images/logo-16.png",
    "48": "/images/logo-48.png",
    "128": "/images/logo-128.png"
  },
  "background": {
    "scripts": [
      "browser-polyfill.min.js",
      "ga.min.js",
      "background.min.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "/images/logo-128.png",
    "default_title": "Tab Session Master"
  },
  "permissions": [
    "tabs",
    "storage",
    "contextMenus",
    "notifications",
    "alarms",
    "activeTab",
    "https://www.google-analytics.com/*"
  ],
  "optional_permissions": [
    "bookmarks"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'; img-src * data:;"
}