Cryptalert

Cryptalert

Receive web notifications of your alerts on cryptalert.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cryptalert",
  "version": "3.0.5",
  "description": "Receive web notifications of your alerts on cryptalert.com.",
  "browser_action": {
    "default_icon": {
      "16": "16.png"
    },
    "default_title": "Cryptalert",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "permissions": [
    "https://cryptalert.com/*",
    "notifications"
  ],
  "background": {
    "scripts": [
      "jquery-3.2.1.min.js",
      "background.js"
    ]
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "48.png"
  ]
}