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": "Cloaked - Privacy & Password Manager",
"short_name": "Cloaked - Privacy & Password Manager",
"description": "Never give out your personal information again",
"version": "3.1.0",
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"icons": {
"16": "icons\/icon_light_mode_active_16.png",
"32": "icons\/icon_light_mode_active_32.png",
"48": "icons\/icon_light_mode_active_48.png",
"128": "icons\/icon_light_mode_active_128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon_light_mode_active_128.png"
},
"options_page": "settings.html",
"background": {
"service_worker": "static\/js\/background.js"
},
"sandbox": {
"pages": [
"automationIframeRunner.html"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"\/static\/css\/content.css"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"\/static\/js\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"static\/media\/*",
"*"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"unlimitedStorage",
"webNavigation",
"webRequest",
"contextMenus",
"alarms",
"scripting",
"tabs",
"privacy",
"offscreen",
"gcm",
"notifications",
"declarativeNetRequest"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "adblock",
"path": "adblock.json",
"enabled": false
}
]
}
}