火币行情 - Huobi

火币行情 - Huobi

火币BTC,LTC,Bitvc期货实时行情,比特币,莱特币最高最低最新价.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "火币行情 - Huobi",
  "description": "火币BTC,LTC,Bitvc期货实时行情,比特币,莱特币最高最低最新价.",
  "short_name": "Huobi Market",
  "version": "1.1.15312.7",
  "permissions": [
    "notifications"
  ],
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon_48.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "jquery.min.js",
      "socket.io.min.js",
      "app1.1.min.js"
    ]
  }
}