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", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "homepage_url": "https:\/\/webcameffects.app\/", "manifest_version": 3, "version": "1.0.4", "default_locale": "en", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwKAobyHIDsyo9mjl7CU+Nmm4hubFH4kdSh+VJ2q54SGLBQGKW7tJ\/xR5HbL03066Jg8FFuHO6rdOAS+yOPsTmrXJ7y5yKoVv06ogX2h2NqKFByf3oRhhzoMWJeTtTBZdM\/973m4UWH6e7PMdNLrN\/micIAb+EsoZOZ+KxFdnWPVTffKOpdzG4alL5eBN0ktJTeWayiCJBmG4YWvq0ioji8IngbLAgro4rFoeyRCZE1UB5oEzFwmP7CphyMahW57IsjQf3L0R0DlctWAyJDAZzPwGCeHXfg+jAM3DcT3x8hDOFgDmPoKVMD\/flX\/CyqXD7I+n7Nd4j82hUKP6z0UsfwIDAQAB", "minimum_chrome_version": "88", "icons": { "16": "icons\/active-24.png", "48": "icons\/active-48.png", "128": "icons\/active-128.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ], "run_at": "document_start", "all_frames": false } ], "background": { "service_worker": "scripts\/background.js", "type": "module" }, "action": { "default_icon": "icons\/active-24.png", "default_popup": "index.html" }, "permissions": [ "storage", "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rules.json" } ] }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "<all_urls>" ] } ] }