Censor Tracker – Proxy for Privacy & Security

Censor Tracker – Proxy for Privacy & Security

A censorship circumvention extension. Stay safe online with our proxy extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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": "18.2.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
  }
}