{ "manifest_version": 2, "name": "Do Not Consent", "version": "3.2.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "assets/icon16.png", "48": "assets/icon48.png", "128": "assets/icon128.png" }, "browser_action": { "default_icon": "assets/icon32.png", "default_popup": "popup.html", "default_title": "Do Not Consent" }, "author": "wanhose", "content_scripts": [ { "all_frames": true, "js": ["scripts/content.js"], "matches": ["http://*/*", "https://*/*"], "run_at": "document_start" } ], "web_accessible_resources": ["data/*", "scripts/popup.js", "styles/*"] }