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
{
  "description": "一款小巧的生意参谋指数转换工具,结果精准,可导出表格,永久免费。",
  "version": "4.5.0",
  "manifest_version": 3,
  "name": "鹰眼察 - 生意参谋指数转换工具",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-34.png"
  },
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "declarativeNetRequest",
    "https://*/*",
    "http://*/*"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "scriptbus.bundle.js",
        "*.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}