Alerts for Binance

Alerts for Binance

Get notifications when cryptocurrency pairs hit a certain price

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Get notifications when cryptocurrency pairs hit a certain price",
  "version": "0.0.1",
  "name": "Alerts for Binance",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {},
  "permissions": [
    "storage",
    "https://api.binance.com/",
    "notifications"
  ],
  "manifest_version": 2
}