summaryrefslogtreecommitdiff
path: root/data/extensions/uBlock0@raymondhill.net/manifest.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/extensions/uBlock0@raymondhill.net/manifest.json')
-rw-r--r--data/extensions/uBlock0@raymondhill.net/manifest.json128
1 files changed, 128 insertions, 0 deletions
diff --git a/data/extensions/uBlock0@raymondhill.net/manifest.json b/data/extensions/uBlock0@raymondhill.net/manifest.json
new file mode 100644
index 0000000..840c77b
--- /dev/null
+++ b/data/extensions/uBlock0@raymondhill.net/manifest.json
@@ -0,0 +1,128 @@
+{
+ "author": "Raymond Hill & contributors",
+ "background": {
+ "page": "background.html"
+ },
+ "browser_action": {
+ "browser_style": false,
+ "default_area": "navbar",
+ "default_icon": {
+ "16": "img/icon_16.png",
+ "32": "img/icon_32.png",
+ "64": "img/icon_64.png"
+ },
+ "default_popup": "popup-fenix.html",
+ "default_title": "uBlock Origin"
+ },
+ "browser_specific_settings": {
+ "gecko": {
+ "id": "uBlock0@raymondhill.net",
+ "strict_min_version": "92.0"
+ },
+ "gecko_android": {
+ "strict_min_version": "92.0"
+ }
+ },
+ "commands": {
+ "_execute_browser_action": {},
+ "launch-element-picker": {
+ "description": "__MSG_popupTipPicker__"
+ },
+ "launch-element-zapper": {
+ "description": "__MSG_popupTipZapper__"
+ },
+ "launch-logger": {
+ "description": "__MSG_popupTipLog__"
+ },
+ "open-dashboard": {
+ "description": "__MSG_popupTipDashboard__"
+ },
+ "relax-blocking-mode": {
+ "description": "__MSG_relaxBlockingMode__"
+ },
+ "toggle-cosmetic-filtering": {
+ "description": "__MSG_toggleCosmeticFiltering__"
+ },
+ "toggle-javascript": {
+ "description": "__MSG_toggleJavascript__"
+ }
+ },
+ "content_scripts": [
+ {
+ "all_frames": true,
+ "js": [
+ "/js/vapi.js",
+ "/js/vapi-client.js",
+ "/js/contentscript.js"
+ ],
+ "match_about_blank": true,
+ "matches": [
+ "http://*/*",
+ "https://*/*",
+ "file://*/*"
+ ],
+ "run_at": "document_start"
+ },
+ {
+ "all_frames": false,
+ "js": [
+ "/js/scriptlets/subscriber.js"
+ ],
+ "matches": [
+ "https://easylist.to/*",
+ "https://*.fanboy.co.nz/*",
+ "https://filterlists.com/*",
+ "https://forums.lanik.us/*",
+ "https://github.com/*",
+ "https://*.github.io/*"
+ ],
+ "run_at": "document_idle"
+ },
+ {
+ "all_frames": false,
+ "js": [
+ "/js/scriptlets/updater.js"
+ ],
+ "matches": [
+ "https://github.com/uBlockOrigin/*",
+ "https://ublockorigin.github.io/*",
+ "https://*.reddit.com/r/uBlockOrigin/*"
+ ],
+ "run_at": "document_idle"
+ }
+ ],
+ "default_locale": "en",
+ "description": "__MSG_extShortDesc__",
+ "icons": {
+ "128": "img/ublock.svg",
+ "16": "img/ublock.svg",
+ "32": "img/ublock.svg",
+ "48": "img/ublock.svg",
+ "64": "img/ublock.svg",
+ "96": "img/ublock.svg"
+ },
+ "manifest_version": 2,
+ "name": "uBlock Origin",
+ "options_ui": {
+ "open_in_tab": true,
+ "page": "dashboard.html"
+ },
+ "permissions": [
+ "alarms",
+ "dns",
+ "menus",
+ "privacy",
+ "storage",
+ "tabs",
+ "unlimitedStorage",
+ "webNavigation",
+ "webRequest",
+ "webRequestBlocking",
+ "<all_urls>"
+ ],
+ "short_name": "uBlock\u2080",
+ "version": "1.65.0",
+ "web_accessible_resources": [
+ "/web_accessible_resources/*"
+ ]
+} \ No newline at end of file