PixEye-还原度走查工具

PixEye-还原度走查工具

RELAAAY设计协作平台推出的「设计还原度走查」提效工具

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "RELAAAY设计协作平台推出的「设计还原度走查」提效工具",
  "version": "2022.9.27.1",
  "manifest_version": 3,
  "name": "PixEye-还原度走查工具",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "cookies",
    "scripting",
    "webNavigation",
    "system.display",
    "proxy"
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "48.png"
  },
  "chrome_url_overrides": {},
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "offline_enabled": false,
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "128.png",
        "48.png",
        "32.png",
        "16.png"
      ],
      "matches": []
    }
  ]
}