滚雪球

滚雪球

轻松浏览雪球话题

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "滚雪球",
  "description": "轻松浏览雪球话题",
  "version": "0.1",
  "icons": {
    "48": "img/xueqiu.png",
    "128": "img/xueqiu.png"
  },
  "browser_action": {
    "default_icon": "img/xueqiu.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/jquery-1.10.2.min.js",
      "js/info.js",
      "js/fetchPrice.js"
    ]
  },
  "permissions": [
    "notifications",
    "https://xueqiu.com/*"
  ]
}