mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "BetterSEQTA+",
|
|
"version": "3.2.2",
|
|
"description": "Make SEQTA usable and beautiful! A fork of BetterSEQTA to continue development and add WAY more features!!!",
|
|
"icons": {
|
|
"48": "icons/icon-48.png"
|
|
},
|
|
"browser_action": {
|
|
"browser_style": true,
|
|
"default_popup": "interface/index.html#settings",
|
|
"default_icon": {
|
|
"32": "icons/icon-32.png",
|
|
"48": "icons/icon-48.png",
|
|
"64": "icons/icon-64.png"
|
|
}
|
|
},
|
|
"permissions": ["tabs", "notifications", "storage", "https://newsapi.org/"],
|
|
"background": {
|
|
"scripts": [
|
|
"browser-polyfill.js",
|
|
"background.js"
|
|
]
|
|
},
|
|
"optional_permissions": [
|
|
"*://*/*",
|
|
"declarativeContent"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": ["*://*/*"],
|
|
"js": ["browser-polyfill.js", "purify.min.js", "SEQTA.js"],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"icons/*",
|
|
"fonts/*",
|
|
"images/*",
|
|
"css/*",
|
|
"popup/*",
|
|
"client.js",
|
|
"index.css",
|
|
"interface/*",
|
|
"client/*",
|
|
"resources/*",
|
|
"backgrounds/*"
|
|
]
|
|
} |