Easy KeyBase.io Encryption

Easy KeyBase.io Encryption

Easy KeyBase.io Public Key Encryption.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Easy KeyBase.io Encryption",
  "description": "Easy KeyBase.io Public Key Encryption.",
  "options_page": "options.html",
  "version": "0.40",
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "storage",
    "https://keybase.io/*",
    "https://pastebin.com/api/api_post.php"
  ],
  "icons": {
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "js/kbpgp-2.0.8-min.js",
      "js/jquery-2.2.0.min.js",
      "js/kbeRightClick.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "kbe.html",
    "persistent": true
  }
}