mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
38 lines
867 B
JSON
38 lines
867 B
JSON
{
|
|
"action": {
|
|
"default_icon": {
|
|
"16": "img/icon_16.png",
|
|
"32": "img/icon_32.png",
|
|
"64": "img/icon_64.png"
|
|
},
|
|
"default_popup": "popup.html"
|
|
},
|
|
"author": "Raymond Hill",
|
|
"background": {
|
|
"service_worker": "/js/background.js",
|
|
"type": "module"
|
|
},
|
|
"declarative_net_request": {
|
|
"rule_resources": [
|
|
]
|
|
},
|
|
"default_locale": "en",
|
|
"description": "uBO Minus is permission-less experimental MV3-based network request blocker",
|
|
"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",
|
|
"name": "uBlock Origin Lite",
|
|
"options_page": "dashboard.html",
|
|
"permissions": [
|
|
"activeTab",
|
|
"declarativeNetRequest"
|
|
],
|
|
"short_name": "uBO Lite",
|
|
"version": "0.1"
|
|
}
|