Defender of others

Defender of others

Extensions for Google Chrome browser, which protects against leakage of text information through other extensions

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_appName__",
  "short_name": "__MSG_appName__",
  "version": "1.3",
  "options_page": "pages/public/options.html",
  "description": "__MSG_appDesc__",
  "default_locale": "ru",
  "background": {
    "page": "pages/private/background.html"
  },
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "pages/public/popup.html",
    "default_title": "__MSG_appName__"
  },
  "permissions": [
    "tabs",
    "management",
    "storage",
    "contentSettings"
  ]
}