美团R站助手

美团R站助手

自动请求r.sankuai.com并拼接当前query,生成二维码

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "美团R站助手",
  "version": "1.2.2",
  "description": "自动请求r.sankuai.com并拼接当前query,生成二维码",
  "author": "zhouxingchen04",
  "icons": {
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content-script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_security_policy": {}
}