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": "Voidly Censorship Monitor",
"version": "1.0.0",
"description": "Passive censorship monitoring. Tests 100 known-censored domains hourly. Zero browsing history collection.",
"permissions": [
"alarms",
"storage"
],
"host_permissions": [
"https:\/\/twitter.com\/*",
"https:\/\/x.com\/*",
"https:\/\/facebook.com\/*",
"https:\/\/instagram.com\/*",
"https:\/\/youtube.com\/*",
"https:\/\/tiktok.com\/*",
"https:\/\/reddit.com\/*",
"https:\/\/telegram.org\/*",
"https:\/\/signal.org\/*",
"https:\/\/whatsapp.com\/*",
"https:\/\/discord.com\/*",
"https:\/\/bbc.com\/*",
"https:\/\/cnn.com\/*",
"https:\/\/nytimes.com\/*",
"https:\/\/theguardian.com\/*",
"https:\/\/reuters.com\/*",
"https:\/\/nordvpn.com\/*",
"https:\/\/expressvpn.com\/*",
"https:\/\/protonvpn.com\/*",
"https:\/\/torproject.org\/*",
"https:\/\/github.com\/*",
"https:\/\/wikipedia.org\/*",
"https:\/\/google.com\/*",
"https:\/\/netflix.com\/*",
"https:\/\/api.voidly.ai\/*",
"https:\/\/ipapi.co\/*"
],
"background": {
"service_worker": "background.js",
"type": "module"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "112.0",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
},
"gecko_android": {
"strict_min_version": "113.0"
}
},
"action": {
"default_popup": "popup\/index.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
}