2022-09-06 11:47:52 -06:00
|
|
|
{
|
2022-09-07 08:15:36 -06:00
|
|
|
"action": {
|
|
|
|
"default_icon": {
|
|
|
|
"16": "img/icon_16.png",
|
|
|
|
"32": "img/icon_32.png",
|
|
|
|
"64": "img/icon_64.png"
|
|
|
|
},
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
2022-09-06 11:47:52 -06:00
|
|
|
"author": "Raymond Hill",
|
2022-09-07 08:15:36 -06:00
|
|
|
"background": {
|
2023-04-11 07:35:31 -06:00
|
|
|
"scripts": [ "/js/background.js" ],
|
|
|
|
"type": "module"
|
2023-04-07 08:19:43 -06:00
|
|
|
},
|
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "uBOLite@raymondhill.net",
|
2023-04-11 07:35:31 -06:00
|
|
|
"strict_min_version": "113"
|
2023-04-07 08:19:43 -06:00
|
|
|
}
|
|
|
|
},
|
2022-09-06 11:47:52 -06:00
|
|
|
"declarative_net_request": {
|
|
|
|
"rule_resources": [
|
|
|
|
]
|
|
|
|
},
|
2022-09-13 15:44:24 -06:00
|
|
|
"default_locale": "en",
|
2022-09-14 07:32:59 -06:00
|
|
|
"description": "__MSG_extShortDesc__",
|
2022-09-06 11:47:52 -06: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 07:32:59 -06:00
|
|
|
"name": "__MSG_extName__",
|
2023-04-07 08:19:43 -06:00
|
|
|
"options_ui": {
|
|
|
|
"page": "dashboard.html"
|
|
|
|
},
|
|
|
|
"optional_permissions": [
|
2022-09-15 11:14:08 -06:00
|
|
|
"<all_urls>"
|
|
|
|
],
|
2022-09-06 11:47:52 -06:00
|
|
|
"permissions": [
|
2022-09-07 08:15:36 -06:00
|
|
|
"activeTab",
|
2022-09-15 11:14:08 -06:00
|
|
|
"declarativeNetRequest",
|
2023-06-05 07:15:59 -06:00
|
|
|
"scripting",
|
|
|
|
"storage"
|
2022-09-06 11:47:52 -06:00
|
|
|
],
|
2022-09-11 15:41:24 -06:00
|
|
|
"short_name": "uBO Lite",
|
2022-10-16 10:05:24 -06:00
|
|
|
"version": "0.1",
|
|
|
|
"web_accessible_resources": []
|
2022-09-06 11:47:52 -06:00
|
|
|
}
|