Crypto Info Coin

Crypto Info Coin

Crypto Info is a web site that wants you to know the price of crypto coins all the time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crypto Info Coin",
  "description": "Crypto Info is a web site that wants you to know the price of crypto coins all the time.",
  "version": "1.6.0",
  "permissions": [
    "activeTab",
    "notifications"
  ],
  "browser_action": {
    "default_title": "Crypto Information Prices",
    "default_icon": "icon.png",
    "default_panel": "index.html"
  },
  "background": {
    "scripts": [
      "libs/jquery/jquery.js",
      "background.js"
    ],
    "persistent": true
  },
  "icons": {
    "64": "icon.png"
  },
  "manifest_version": 2
}