mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 17:50:21 +08:00
47 lines
972 B
JSON
47 lines
972 B
JSON
![]() |
{
|
||
|
"manifest_version": 2,
|
||
|
"name": "__MSG_extensionName__",
|
||
|
"default_locale": "en",
|
||
|
"version": "1.1.4",
|
||
|
"icons": {
|
||
|
"16": "icons/16.png",
|
||
|
"48": "icons/48.png",
|
||
|
"128": "icons/128.png"
|
||
|
},
|
||
|
"browser_specific_settings": {
|
||
|
"gecko": {
|
||
|
"id": "idcac-pub@guus.ninja",
|
||
|
"strict_min_version": "42.0"
|
||
|
},
|
||
|
"gecko_android": {
|
||
|
"id": "idcac-pub@guus.ninja",
|
||
|
"strict_min_version": "78.0"
|
||
|
}
|
||
|
},
|
||
|
"author": "OhMyGuus and Community (originally Daniel Kladnik)",
|
||
|
"permissions": [
|
||
|
"tabs",
|
||
|
"storage",
|
||
|
"http://*/*",
|
||
|
"https://*/*",
|
||
|
"notifications",
|
||
|
"webRequest",
|
||
|
"webRequestBlocking",
|
||
|
"webNavigation"
|
||
|
],
|
||
|
"background": {
|
||
|
"page": "data/background.html"
|
||
|
},
|
||
|
"options_ui": {
|
||
|
"page": "data/options.html",
|
||
|
"chrome_style": true
|
||
|
},
|
||
|
"browser_action": {
|
||
|
"default_popup": "data/menu/index.html",
|
||
|
"default_icon": {
|
||
|
"16": "icons/16.png",
|
||
|
"32": "icons/32.png"
|
||
|
}
|
||
|
}
|
||
|
}
|