股票基金助手 - 盯盘助手

股票基金助手 - 盯盘助手

专为上班族设计的股票基金盯盘助手!实时关注您的自选

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.3.0",
  "manifest_version": 2,
  "icons": {
    "16": "icons/logo-128.png",
    "48": "icons/logo-128.png",
    "128": "icons/logo-128.png"
  },
  "homepage_url": "https://www.hqzs.top",
  "browser_action": {
    "default_icon": {
      "19": "icons/logo-128.png",
      "38": "icons/logo-128.png"
    },
    "default_title": "股票基金助手 - 盯盘助手",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://pu_shu.gitee.io/*",
        "*://*.topnamei.top/*",
        "*://*.hqzs.top/*",
        "*://*.githud.top/*"
      ],
      "js": [
        "contentjs/index.js"
      ]
    }
  ],
  "options_page": "options/options.html",
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": false
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://jic.talkingdata.com; object-src 'self';",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "storage",
    "https://*.eastmoney.com/*",
    "https://*.gitee.io/*",
    "https://topnamei.top/*",
    "https://fundmobapi.eastmoney.com/*",
    "notifications",
    "webRequest",
    "webRequestBlocking"
  ]
}