自选基金助手 - 实时查看基金涨跌幅

自选基金助手 - 实时查看基金涨跌幅

自选基金助手,实时查看您关注的基金,助您快速获取实时数据

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "LiuRabt",
  "name": "自选基金助手 - 实时查看基金涨跌幅",
  "description": "自选基金助手,实时查看您关注的基金,助您快速获取实时数据",
  "version": "3.2.3",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "homepage_url": "http://rabt.gitee.io/funds/docs/dist/index.html",
  "action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "自选基金助手",
    "default_popup": "popup/popup.html"
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage",
    "webRequest",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess",
    "contextMenus",
    "alarms"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "host_permissions": [
    "https://*.eastmoney.com/*",
    "https://*.bspapp.com/*",
    "https://*.rabt.top/*",
    "https://*.1234567.com.cn/*"
  ]
}