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": {
|
2023-04-07 16:19:43 +02:00
|
|
|
"page": "background.html"
|
|
|
|
},
|
|
|
|
"browser_specific_settings": {
|
|
|
|
"gecko": {
|
|
|
|
"id": "uBOLite@raymondhill.net",
|
|
|
|
"strict_min_version": "113a1"
|
|
|
|
}
|
|
|
|
},
|
2022-09-06 19:47:52 +02:00
|
|
|
"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-14 15:32:59 +02:00
|
|
|
"name": "__MSG_extName__",
|
2023-04-07 16:19:43 +02:00
|
|
|
"options_ui": {
|
|
|
|
"page": "dashboard.html"
|
|
|
|
},
|
|
|
|
"optional_permissions": [
|
2022-09-15 19:14:08 +02:00
|
|
|
"<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",
|
|
|
|
"scripting"
|
2022-09-06 19:47:52 +02:00
|
|
|
],
|
2022-09-11 23:41:24 +02:00
|
|
|
"short_name": "uBO Lite",
|
2022-10-16 18:05:24 +02:00
|
|
|
"version": "0.1",
|
|
|
|
"web_accessible_resources": []
|
2022-09-06 19:47:52 +02:00
|
|
|
}
|