Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterSEQTA+", "version": "3.3.2", "description": "Enhance SEQTA Learn's usability and aesthetics! A fork of BetterSEQTA to continue development add add heaps more features!", "icons": { "32": "resources\/icons\/icon-32.png", "48": "resources\/icons\/icon-48.png", "64": "resources\/icons\/icon-64.png" }, "action": { "browser_style": true, "default_popup": "interface\/index.html#settings", "default_icon": { "32": "resources\/icons\/icon-32.png", "48": "resources\/icons\/icon-48.png", "64": "resources\/icons\/icon-64.png" } }, "permissions": [ "tabs", "notifications", "storage" ], "host_permissions": [ "https:\/\/newsapi.org\/", "*:\/\/*\/*" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "content_scripts": [ { "js": [ "assets\/SEQTA.ts-loader-BdeRoJOL.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "interface\/index.html", "seqta\/ui\/background\/background.html", "*:\/\/*\/*", "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-DqI25ZwW.js", "assets\/IconFamily-D1YrUUTV.js", "assets\/SEQTA.ts-Bq-8P1gK.js" ], "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-DqI25ZwW.js", "assets\/IconFamily-D1YrUUTV.js", "assets\/SEQTA.ts-Bq-8P1gK.js" ], "use_dynamic_url": true } ] }