Cryptocurrency website anti phishing

Cryptocurrency website anti phishing

Verify Cryptocurrency exchange, wallet and protect users against phishing attacks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.1.6",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "32": "images/icon-32.png",
    "128": "images/icon-128.png"
  },
  "page_action": {
    "default_icon": {
      "32": "images/icon-32.png",
      "128": "images/icon-128.png"
    },
    "default_title": "Crypto Verifer",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "notifications",
    "storage"
  ]
}