Examine source code of 股票基金神器精简版

Inspect and view changes in 股票基金神器精简版 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.0.6",
  "name": "股票基金神器精简版",
  "description": "股票 基金 股票基金 神器 实时监控股票价格 角标提醒 免费 股票基金神器 实时盯盘 A股美股港股",
  "action": {
    "default_title": "股票基金神器精简版",
    "default_popup": "popup.html",
    "default_icon": "img/128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "js/onload.js"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}