股票基金管家 - 上班盯盘助手

股票基金管家 - 上班盯盘助手

上班时间盯股票,看基金必备插件!实时关注您的自选

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Pushu",
  "name": "股票基金管家 - 上班盯盘助手",
  "description": "上班时间盯股票,看基金必备插件!实时关注您的自选",
  "version": "3.4.4",
  "manifest_version": 3,
  "icons": {
    "16": "icons/logo-128.png",
    "48": "icons/logo-128.png",
    "128": "icons/logo-128.png"
  },
  "homepage_url": "https://www.hqzs.top",
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "基金股票助手 - 盯盘神器",
    "default_icon": {
      "19": "icons/logo-128.png",
      "38": "icons/logo-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://pu_shu.gitee.io/*",
        "*://*.topnamei.top/*",
        "*://*.hqzs.top/*",
        "*://*.githud.top/*"
      ],
      "js": [
        "contentjs/index.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "options/options.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "script-src": "'self'",
    "object-src": "'self'"
  },
  "options_page": "options/options.html",
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "*://*/*",
    "https://*.eastmoney.com/*",
    "https://*.gitee.io/*",
    "https://topnamei.top/*",
    "https://fundmobapi.eastmoney.com/*"
  ],
  "permissions": [
    "storage",
    "alarms",
    "contextMenus",
    "notifications"
  ]
}