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__",
"default_locale": "en",
"homepage_url": "https:\/\/webcameffects.app\/",
"manifest_version": 3,
"version": "1.0.5",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0OYTkZBfkuCnBFel6467AaUbu3Z5vRh4NafueuOq7TE9nrAalBQrFRmacXt2rZkSYoYMpztByB8WYWgrSsv9o9D+Eae162Yx7MVgZiPCCe4myEgB4EHd4Hz8iWTuSKQa3Dpq9WqN9VsPg0asMY2leGMFXArak8XNocIV\/srZGxduMDWhwkTkPCWOiBvsL1LZbC2RqBLyvXIm35D03MGJWil0JM2X28l7C4Iuzd3NqG5RAYV1oAG42xTf1yn0\/44yzGE4HKXO5CfR+JvEQqY9B4wzG3a\/O0fibRj6V1tO9AWe\/deWlOt01YCBaMhKjTlBqBTE4VgTcSCeMETyzBDC2wIDAQAB",
"minimum_chrome_version": "88",
"icons": {
"16": "icons\/active-16.png",
"48": "icons\/active-48.png",
"128": "icons\/active-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"scripts\/content.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"action": {
"default_icon": "icons\/active-128.png"
},
"permissions": [
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset",
"enabled": true,
"path": "rules.json"
}
]
},
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"*"
],
"matches": [
"<all_urls>"
]
}
]
}