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",
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"manifest_version": 3,
"action": {
"default_name": "Censor Tracker",
"default_popup": "popup.html",
"default_icon": "images\/icons\/128x128\/default.png"
},
"permissions": [
"alarms",
"activeTab",
"management",
"notifications",
"proxy",
"storage",
"unlimitedStorage",
"webNavigation"
],
"content_security_policy": {
"extension_pages": "object-src 'self'; script-src 'self';"
},
"version": "19.0.0",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"author": "__MSG_appAuthor__",
"default_locale": "en",
"homepage_url": "https:\/\/censortracker.org\/",
"icons": {
"16": "images\/icons\/16x16\/default.png",
"48": "images\/icons\/48x48\/default.png",
"128": "images\/icons\/128x128\/default.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
}
}