mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "BetterSEQTA+",
|
|
"version": "3.2.0",
|
|
"description": "A dark-themed Firefox/Chrome Extension that adds additional features and gives an overall better experience for SEQTA Learn.",
|
|
"icons": {
|
|
"48": "icons/icon-48.png"
|
|
},
|
|
"browser_action": {
|
|
"browser_style": true,
|
|
"default_popup": "popup/info.html",
|
|
"default_icon": {
|
|
"32": "icons/icon-32.png",
|
|
"64": "icons/icon-64.png"
|
|
}
|
|
},
|
|
"permissions": [
|
|
"tabs",
|
|
"notifications",
|
|
"storage",
|
|
"https://newsapi.org/"
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"background.js"
|
|
]
|
|
},
|
|
"optional_permissions": [
|
|
"*://*/*",
|
|
"declarativeContent"
|
|
],
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://*.edu.au/*"
|
|
],
|
|
"js": [
|
|
"SEQTA.js"
|
|
],
|
|
"run_at": "document_start"
|
|
}
|
|
],
|
|
"web_accessible_resources": [
|
|
"icons/*",
|
|
"images/*",
|
|
"inject/*",
|
|
"popup/*"
|
|
]
|
|
} |