笨笨Q股票提醒

笨笨Q股票提醒

股票跌涨提醒

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "笨笨Q股票提醒",
  "version": "1.1",
  "description": "股票跌涨提醒",
  "browser_action": {
    "default_icon": "img/icon128.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "notifications"
  ],
  "background": {
    "page": "background.html"
  },
  "icons": {
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    "img/icon128.png"
  ]
}