Cryptocurrency Price Notification

Cryptocurrency Price Notification

Cryptocurrency Price Notification - allows you to track the price of cryptocurrency and notify when the price reaches the set value.

Additional files are visible only to premium users

manifest.json


{
  "description": "Allow track cryptocurrency price",
  "version": "1.0.6",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Cryptocurrency Price Notification",
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "Cryptocurrency Price Notification",
    "default_icon": "icon-34.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "permissions": [
    "background"
  ]
}