PGP Anywhere

PGP Anywhere

Use PGP wherever you are

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "PGP Anywhere",
  "description": "__MSG_manifest_description__",
  "default_locale": "en",
  "version": "5.0.2",
  "icons": {
    "16": "img/favicon_16.png",
    "48": "img/favicon_48.png",
    "64": "img/favicon.png",
    "128": "img/favicon_128.png"
  },
  "options_page": "html/options.html",
  "browser_action": {
    "default_icon": "img/favicon_19.png",
    "default_popup": "html/popup.html"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.js",
      "js/background.js"
    ]
  }
}