Smart Sessions - Tab Manager

Smart Sessions - Tab Manager

Save & restore your browser sessions. Auto saving, multiple sessions and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.6.9",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "Serge Russo <[email protected]>",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "tabGroups"
  ],
  "action": {
    "default_icon": "assets/images/icon-browser-action.png",
    "default_title": "Smart Sessions",
    "default_popup": "index.html#popup"
  },
  "icons": {
    "16": "assets/images/icon-small-16.png",
    "48": "assets/images/icon-48.png",
    "128": "assets/images/icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "minimum_chrome_version": "92",
  "background": {
    "service_worker": "./assets/js/service-worker/service-worker.js",
    "type": "module"
  }
}