2022-09-06 19:47:52 +02:00
|
|
|
{
|
2022-09-07 16:15:36 +02: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 19:47:52 +02:00
|
|
|
"author": "Raymond Hill",
|
2022-09-07 16:15:36 +02:00
|
|
|
"background": {
|
|
|
|
"service_worker": "/js/background.js",
|
2022-09-06 19:47:52 +02:00
|
|
|
"type": "module"
|
|
|
|
},
|
|
|
|
"declarative_net_request": {
|
|
|
|
"rule_resources": [
|
|
|
|
]
|
|
|
|
},
|
2022-09-13 23:44:24 +02:00
|
|
|
"default_locale": "en",
|
2022-09-14 15:32:59 +02:00
|
|
|
"description": "__MSG_extShortDesc__",
|
2022-09-06 19:47:52 +02: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-16 21:56:35 +02:00
|
|
|
"minimum_chrome_version": "105.0",
|
2022-09-14 15:32:59 +02:00
|
|
|
"name": "__MSG_extName__",
|
2022-09-13 23:44:24 +02:00
|
|
|
"options_page": "dashboard.html",
|
2022-09-15 19:14:08 +02:00
|
|
|
"optional_host_permissions": [
|
|
|
|
"<all_urls>"
|
|
|
|
],
|
2022-09-06 19:47:52 +02:00
|
|
|
"permissions": [
|
2022-09-07 16:15:36 +02:00
|
|
|
"activeTab",
|
2022-09-15 19:14:08 +02:00
|
|
|
"declarativeNetRequest",
|
2023-06-05 15:15:59 +02:00
|
|
|
"scripting",
|
|
|
|
"storage"
|
2022-09-06 19:47:52 +02:00
|
|
|
],
|
2022-09-11 23:41:24 +02:00
|
|
|
"short_name": "uBO Lite",
|
2023-06-13 17:40:41 +02:00
|
|
|
"storage": {
|
|
|
|
"managed_schema": "managed_storage.json"
|
|
|
|
},
|
2023-06-11 16:29:05 +02:00
|
|
|
"version": "1.0",
|
2022-10-16 18:05:24 +02:00
|
|
|
"web_accessible_resources": []
|
2022-09-06 19:47:52 +02:00
|
|
|
}
|