Crypto Realtime Price Ticker (USD/EUR/INR)

Crypto Realtime Price Ticker (USD/EUR/INR)

Shows realtime data of crypto currency prices in USD, EUR AND INR.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto Realtime Price Ticker (USD/EUR/INR)",
  "version": "2.0.1",
  "manifest_version": 2,
  "description": "Shows realtime data of crypto currency prices in USD, EUR AND INR.",
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "/img/default.png"
  },
  "icons": {
    "16": "/img/16x16.png",
    "48": "/img/48x48.png",
    "128": "/img/128x128.png"
  },
  "permissions": [
    "background",
    "alarms"
  ],
  "background": {
    "scripts": [
      "./dist/background.js"
    ],
    "persistent": false
  }
}