{ "manifest_version": 3, "name": "Impeccable", "description": "Detect common UI anti-patterns in any web page", "version": "1.4.0", "permissions": [ "activeTab", "scripting", "storage", "webNavigation", "offscreen" ], "host_permissions": [ "" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "background": { "service_worker": "background/service-worker.js" }, "devtools_page": "devtools/devtools.html", "action": { "default_popup": "popup/popup.html", "default_icon": { "16": "icons/icon-16.png", "32": "icons/icon-32.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }, "icons": { "16": "icons/icon-16.png", "48": "icons/icon-48.png", "128": "icons/icon-128.png" } }