Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Optery Global Privacy Control (GPC) Extension - Deliver Privacy Preferences", "short_name": "Optery Global Privacy Control", "version": "0.0.3", "description": "Optery's Global Privacy Control Extension empowers you to communicate your privacy preferences to websites using the GPC signal.", "icons": { "16": "\/icons\/optery-icon-16.png", "32": "\/icons\/optery-icon-32.png", "48": "\/icons\/optery-icon-48.png", "128": "\/icons\/optery-gpc-extension.png" }, "permissions": [ "storage", "tabs", "declarativeNetRequest" ], "web_accessible_resources": [ { "resources": [ "contentScript.js", "injectScript.js" ], "matches": [ "<all_urls>" ] } ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": false, "path": "rules.json" } ] } }