Encipher It

Encipher It

Protect a text messages, a web mail, or a files by the symmetric AES encryption with the password.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Encipher It",
  "version": "2.1.0",
  "manifest_version": 2,
  "description": "Protect a text messages, a web mail, or a files by the symmetric AES encryption with the password.",
  "permissions": [
    "tabs",
    "clipboardWrite",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": {
      "19": "public/images/favicon-19x19.png",
      "38": "public/images/favicon-38x38.png"
    },
    "default_title": "Encipher It",
    "default_popup": "chrome-plugin.html"
  },
  "web_accessible_resources": [
    "public/images/encrypt-white.png",
    "public/images/close-white.png",
    "public/images/settings-white.png",
    "public/images/masked.png",
    "public/images/unmasked.png"
  ]
}