{
  "manifest_version": 3,
  "name": "Xpand StubTex Keeper",
  "version": "1.0.1",
  "description": "Keeps your StubTex session cookie alive and synced to Xpand. Install once, never copy-paste a cookie again.",
  "permissions": [
    "cookies",
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://*.stubcorp.cloud/*",
    "https://*.stubcorp.com/*",
    "https://*/*"
  ],
  "optional_host_permissions": [
    "http://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Xpand StubTex Keeper"
  },
  "options_page": "options.html"
}
