Save Browsing Session

Save Browsing Session

Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Save Browsing Session",
  "short_name": "SaveBrowsingSession",
  "description": "Save your sessions of open tabs and reload them whenever you want. You can save a session for Work, Home, Party and more.",
  "version": "2.0.2",
  "action": {
    "default_icon": {
      "16": "save_session_icon2_16.png"
    },
    "default_popup": "popup.html",
    "default_title": "Save Browsing Session"
  },
  "icons": {
    "16": "save_session_icon2_16.png",
    "48": "save_session_icon2_48.png",
    "128": "save_session_icon2_128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage",
    "tabs"
  ]
}