BetterSEQTA+

BetterSEQTA+

Enhance SEQTA's usability and aesthetics! A fork BetterSEQTA to continue development, and incorporate a plethora of new features!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "BetterSEQTA+",
  "version": "3.2.6",
  "description": "Enhance SEQTA's usability and aesthetics! A fork BetterSEQTA to continue development, and incorporate a plethora of new features!",
  "icons": {
    "32": "src/resources/icons/icon-32.png",
    "48": "src/resources/icons/icon-48.png",
    "64": "src/resources/icons/icon-64.png"
  },
  "action": {
    "browser_style": true,
    "default_popup": "src/interface/index.html#settings",
    "default_icon": {
      "32": "src/resources/icons/icon-32.png",
      "48": "src/resources/icons/icon-48.png",
      "64": "src/resources/icons/icon-64.png"
    }
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://newsapi.org/",
    "*://*/*"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/SEQTA.ts-loader-DgPc1XYw.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "src/interface/index.html",
        "src/seqta/ui/background/background.html"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "assets/betterseqta-dark-full-C1vnD0FS.png",
        "assets/betterseqta-light-full-ByUO5Lc7.png",
        "assets/IconFamily-B8lopphU.woff",
        "assets/betterseqta-light-icon-C7mOGTA3.png",
        "assets/betterseqta-light-outline-DH_M-HDU.png",
        "assets/browser-polyfill-DdS0OChn.js",
        "assets/localforage-D7YHCxyo.js",
        "assets/VideoLoader-c8ICw9-z.js",
        "assets/SEQTA.ts-DCBFDDyn.js"
      ],
      "use_dynamic_url": true
    }
  ]
}