{ "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, "browser_action": { "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" }, "commands": { "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://*/*" ], "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" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_extShortDesc__", "icons": { "128": "img/icon_128.png", "16": "img/icon_16.png", "32": "img/icon_32.png", "64": "img/icon_64.png" }, "incognito": "split", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmJNzUNVjS6Q1qe0NRqpmfX/oSJdgauSZNdfeb5RV1Hji21vX0TivpP5gq0fadwmvmVCtUpOaNUopgejiUFm/iKHPs0o3x7hyKk/eX0t2QT3OZGdXkPiYpTEC0f0p86SQaLoA2eHaOG4uCGi7sxLJmAXc6IsxGKVklh7cCoLUgWEMnj8ZNG2Y8UKG3gBdrpES5hk7QyFDMraO79NmSlWRNgoJHX6XRoY66oYThFQad8KL8q3pf3Oe8uBLKywohU0ZrDPViWHIszXoE9HEvPTFAbHZ1umINni4W/YVs+fhqHtzRJcaKJtsTaYy+cholu5mAYeTZqtHf6bcwJ8t9i2afwIDAQAB", "manifest_version": 2, "minimum_chrome_version": "73.0", "name": "uBlock Origin", "options_ui": { "open_in_tab": true, "page": "dashboard.html" }, "permissions": [ "alarms", "contextMenus", "privacy", "storage", "tabs", "unlimitedStorage", "webNavigation", "webRequest", "webRequestBlocking", "\u003Call_urls>" ], "short_name": "uBlockâ‚€", "storage": { "managed_schema": "managed_storage.json" }, "update_url": "https://clients2.google.com/service/update2/crx", "version": "1.59.0", "web_accessible_resources": [ "/web_accessible_resources/*" ] }