2024-02-27 23:53:53 -06:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
2024-03-03 10:46:17 -06:00
|
|
|
"name": "__MSG_extensionName__",
|
2024-04-02 11:59:05 -05:00
|
|
|
"version": "0.14",
|
2024-02-27 23:53:53 -06:00
|
|
|
|
2024-03-03 10:46:17 -06:00
|
|
|
"description": "__MSG_extensionDescription__",
|
2024-02-27 23:53:53 -06:00
|
|
|
"homepage_url": "https://hak.xwx.moe/jadedctrl/shellfox",
|
2024-03-09 01:40:14 -06:00
|
|
|
"author": "Jaidyn Ann",
|
2024-02-27 23:53:53 -06:00
|
|
|
|
2024-03-03 10:46:17 -06:00
|
|
|
"default_locale": "en",
|
|
|
|
|
2024-02-27 23:53:53 -06:00
|
|
|
"icons": {
|
2024-03-09 01:40:14 -06:00
|
|
|
"512": "img/shellfox-512.png",
|
|
|
|
"48": "img/shellfox-48.png",
|
|
|
|
"32": "img/shellfox-32.png",
|
|
|
|
"16": "img/shellfox-16.png"
|
2024-02-27 23:53:53 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
"page_action": {
|
|
|
|
"default_icon": {
|
2024-03-04 14:35:46 -06:00
|
|
|
"150": "img/shellfox-action.png",
|
2024-03-04 14:34:56 -06:00
|
|
|
"38": "img/shellfox-action-38.png",
|
|
|
|
"19": "img/shellfox-action-19.png"
|
2024-02-27 23:53:53 -06:00
|
|
|
},
|
2024-03-03 10:46:17 -06:00
|
|
|
"default_title": "__MSG_pageActionName__"
|
2024-02-27 23:53:53 -06:00
|
|
|
},
|
|
|
|
|
2024-03-09 01:40:14 -06:00
|
|
|
"browser_action": {
|
|
|
|
},
|
|
|
|
|
2024-02-27 23:53:53 -06:00
|
|
|
"permissions": [
|
2024-02-28 18:37:13 -06:00
|
|
|
"activeTab",
|
2024-03-03 22:48:34 -06:00
|
|
|
"downloads",
|
2024-03-02 11:39:44 -06:00
|
|
|
"nativeMessaging",
|
|
|
|
"menus",
|
2024-02-28 18:37:13 -06:00
|
|
|
"tabs"
|
2024-02-27 23:53:53 -06:00
|
|
|
],
|
|
|
|
|
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "shellfox@xwx.moe",
|
|
|
|
"strict_min_version": "57.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"background": {
|
|
|
|
"scripts": [
|
|
|
|
"background.js"
|
|
|
|
]
|
2024-02-28 11:00:42 -06:00
|
|
|
},
|
|
|
|
|
|
|
|
"options_ui": {
|
2024-03-09 01:40:14 -06:00
|
|
|
"page": "html/options.html?in_ui"
|
2024-02-27 23:53:53 -06:00
|
|
|
}
|
|
|
|
}
|