股票基金数据小工具(A股)

股票基金数据小工具(A股)

收集整理A股股票基金价格、净值的小工具

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "股票基金数据小工具(A股)",
  "version": "0.0.5",
  "manifest_version": 2,
  "description": "收集整理A股股票基金价格、净值的小工具",
  "homepage_url": "https://github.com/pentie/red-AStock",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "default_locale": "zh_CN",
  "browser_action": {
    "name": "Red A Stock"
  },
  "background": {
    "scripts": [
      "src/bg/background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "clipboardWrite"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://hq.sinajs.cn/; object-src 'self'"
}