PrivacyPro

PrivacyPro

Protect your privacy online, have full control over your privacy.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PrivacyPro",
  "short_name": "PrivacyPro",
  "author": "PrivacyPro Ltd",
  "version": "1.7.3",
  "description": "Protect your privacy online, have full control over your privacy.",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "Manage PrivacyPro",
    "default_popup": "pages/popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": true
  },
  "permissions": [
    "webNavigation",
    "*://*.google.com/*",
    "*://*.yahoo.com/*",
    "*://*.bing.com/*",
    "webRequest",
    "webRequestBlocking",
    "storage"
  ]
}