Ргιsм💎ςıρнεя cryptosystem

Ргιsм💎ςıρнεя cryptosystem

Protect Gmail, Yahoo mail, Slack chats and more with РrismCipher.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Ргιsм💎ςıρнεя cryptosystem",
  "short_name": "РrismCipher",
  "description": "Protect Gmail, Yahoo mail, Slack chats and more with РrismCipher.",
  "version": "1.1",
  "author": "W. P. “Mac” McMeans",
  "homepage_url": "https://PrismCipher.com",
  "icons": {
    "16": "16x16.png",
    "32": "32x32.png",
    "48": "48x48.png",
    "128": "icon_128.png"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-DC776lj5LTco15RuvFcaVixWTnTnFl2Uk2FMOhqWRYE='; object-src 'self';",
  "browser_action": {
    "default_icon": "19x19_browser_action_icon.png",
    "default_title": "Ргιsм💎ςıρнεя",
    "default_popup": "prismCipher.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "webNavigation"
  ]
}