Browser, don't discard my tabs

Browser, don't discard my tabs

Prevents the browser from discarding tabs. You won't have to wait for them to load again.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_manifest_name__",
  "short_name": "__MSG_manifest_short_name__",
  "description": "__MSG_manifest_description__",
  "version": "0.0.5",
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_title": "__MSG_manifest_title__",
    "default_icon": "icons/icon128.png"
  },
  "icons": {
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs"
  ],
  "manifest_version": 3,
  "default_locale": "en"
}