Privacy Palette

Privacy Palette

Control your online privacy and secure your browsing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "0.4",
  "description": "__MSG_extDescr__",
  "app": {
    "launch": {
      "local_path": "main.htm"
    }
  },
  "icons": {
    "16": "img/logo128.png",
    "32": "img/logo128.png",
    "64": "img/logo128.png",
    "128": "img/logo128.png"
  },
  "permissions": [
    "bookmarks",
    "browsingData",
    "contentSettings",
    "cookies",
    "management",
    "privacy"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "offline_enabled": true,
  "default_locale": "en"
}