福橘-股票行情

福橘-股票行情

福橘-最好用的股票插件!支持A股,美股,港股,基金,转债等。自定义涨跌提醒,自定义分组,自定义指标等!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.9.0",
  "name": "福橘-股票行情",
  "description": "福橘-最好用的股票插件!支持A股,美股,港股,基金,转债等。自定义涨跌提醒,自定义分组,自定义指标等!",
  "browser_action": {
    "default_icon": "image/128.png"
  },
  "icons": {
    "48": "image/96.png",
    "128": "image/128.png"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/jquery.min.1.8.js",
      "js/common.js",
      "js/stockCom.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://apis.google.com https://*.eastmoney.com https://dcfm.eastmoney.com https://proxy.finance.qq.com https://data.gtimg.cn https://stock.gtimg.cn https://stock.gtimg.cn https://smartbox.gtimg.cn https://qt.gtimg.cn https://web.ifzq.gtimg.cn 'unsafe-eval'; object-src 'self'"
}