Cryptable - Encrypt messages.

Cryptable - Encrypt messages.

Easily encrypt and decrypt messages to share with friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "res/js/jquery-2.1.1.min.js",
      "res/js/encrypt.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Cryptable"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Easily encrypt and decrypt messages to share with friends.",
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2,
  "name": "Cryptable - Encrypt messages.",
  "offline_enabled": true,
  "short_name": "Cryptable",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5"
}