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": {
|
|
|
|
"service_worker": "/js/background.js",
|
2022-09-06 11:47:52 -06:00
|
|
|
"type": "module"
|
|
|
|
},
|
|
|
|
"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,
|
|
|
|
"minimum_chrome_version": "101.0",
|
2022-09-14 07:32:59 -06:00
|
|
|
"name": "__MSG_extName__",
|
2022-09-13 15:44:24 -06:00
|
|
|
"options_page": "dashboard.html",
|
2022-09-15 11:14:08 -06:00
|
|
|
"optional_host_permissions": [
|
|
|
|
"<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",
|
|
|
|
"scripting"
|
2022-09-06 11:47:52 -06:00
|
|
|
],
|
2022-09-11 15:41:24 -06:00
|
|
|
"short_name": "uBO Lite",
|
2022-09-07 08:15:36 -06:00
|
|
|
"version": "0.1"
|
2022-09-06 11:47:52 -06:00
|
|
|
}
|