{ "manifest_version": 2, "name": "paraMatrix", "author": "Wrongthink", "homepage_url": "https://gitler.moe/wrongthink/paramatrix", "description": "block requests based on domain and type", "version": "🐢.🦍", "browser_action": { "default_title": "paraMatrix", "default_popup": "src/popup.html", "default_icon": "icon.svg" }, "icons": { "48": "icon.svg" }, "background": { "scripts": ["src/bg.js"], "persistent": false, "type": "module" }, "content_scripts": [{ "js": ["src/content.js"], "matches": [""], "run_at": "document_start" }], "options_ui": { "page": "src/settings.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "webNavigation", "webRequest", "webRequestBlocking", "" ], "browser_specific_settings": { "gecko": { "id": "{936cea12-8e61-4929-b589-caece971bbd7}" } } }