2022-09-06 17:47:52 +00:00
|
|
|
{
|
2022-09-07 14:15:36 +00:00
|
|
|
"action": {
|
2023-08-20 13:35:16 +00:00
|
|
|
"default_area": "navbar",
|
2022-09-07 14:15:36 +00:00
|
|
|
"default_icon": {
|
|
|
|
|
"16": "img/icon_16.png",
|
|
|
|
|
"32": "img/icon_32.png",
|
|
|
|
|
"64": "img/icon_64.png"
|
|
|
|
|
},
|
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
|
},
|
2022-09-06 17:47:52 +00:00
|
|
|
"author": "Raymond Hill",
|
2022-09-07 14:15:36 +00:00
|
|
|
"background": {
|
2023-04-11 13:35:31 +00:00
|
|
|
"scripts": [ "/js/background.js" ],
|
|
|
|
|
"type": "module"
|
2023-04-07 14:19:43 +00:00
|
|
|
},
|
|
|
|
|
"browser_specific_settings": {
|
|
|
|
|
"gecko": {
|
|
|
|
|
"id": "uBOLite@raymondhill.net",
|
2023-07-13 20:04:25 +00:00
|
|
|
"strict_min_version": "114.0"
|
2023-10-11 16:32:38 +00:00
|
|
|
},
|
|
|
|
|
"gecko_android": {
|
|
|
|
|
"strict_min_version": "114.0"
|
2023-04-07 14:19:43 +00:00
|
|
|
}
|
|
|
|
|
},
|
2022-09-06 17:47:52 +00:00
|
|
|
"declarative_net_request": {
|
|
|
|
|
"rule_resources": [
|
|
|
|
|
]
|
|
|
|
|
},
|
2022-09-13 21:44:24 +00:00
|
|
|
"default_locale": "en",
|
2022-09-14 13:32:59 +00:00
|
|
|
"description": "__MSG_extShortDesc__",
|
2022-09-06 17:47:52 +00:00
|
|
|
"icons": {
|
|
|
|
|
"16": "img/icon_16.png",
|
|
|
|
|
"32": "img/icon_32.png",
|
|
|
|
|
"64": "img/icon_64.png",
|
|
|
|
|
"128": "img/icon_128.png"
|
|
|
|
|
},
|
|
|
|
|
"manifest_version": 3,
|
2022-09-14 13:32:59 +00:00
|
|
|
"name": "__MSG_extName__",
|
2023-04-07 14:19:43 +00:00
|
|
|
"options_ui": {
|
|
|
|
|
"page": "dashboard.html"
|
|
|
|
|
},
|
|
|
|
|
"optional_permissions": [
|
2022-09-15 17:14:08 +00:00
|
|
|
"<all_urls>"
|
|
|
|
|
],
|
2022-09-06 17:47:52 +00:00
|
|
|
"permissions": [
|
2022-09-07 14:15:36 +00:00
|
|
|
"activeTab",
|
2022-09-15 17:14:08 +00:00
|
|
|
"declarativeNetRequest",
|
2023-06-05 13:15:59 +00:00
|
|
|
"scripting",
|
|
|
|
|
"storage"
|
2022-09-06 17:47:52 +00:00
|
|
|
],
|
2022-09-11 21:41:24 +00:00
|
|
|
"short_name": "uBO Lite",
|
2023-06-11 14:29:05 +00:00
|
|
|
"version": "1.0",
|
2022-10-16 16:05:24 +00:00
|
|
|
"web_accessible_resources": []
|
2022-09-06 17:47:52 +00:00
|
|
|
}
|