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
{
  "manifest_version": 2,
  "name": "巴韭特",
  "description": "巴韭特 | BuLeekett",
  "version": "1.0",
  "icons": {
    "16": "./static/leek.png",
    "48": "./static/leek.png",
    "128": "./static/leek.png"
  },
  "content_scripts": [
    {
      "js": [
        "main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_action": {
    "default_title": "巴韭特",
    "default_popup": "index.html"
  },
  "permissions": [
    "http://fundgz.1234567.com.cn/",
    "http://*/*",
    "https://*/*",
    "storage"
  ],
  "homepage_url": "https://www.baidu.com",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}