POE-TRADE-CN

POE-TRADE-CN

poe trade简体汉化

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "POE-TRADE-CN",
  "version": "1.3.1",
  "description": "poe trade简体汉化",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/json/*.json"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "incognito": "split",
  "content_scripts": [
    {
      "matches": [
        "https://www.pathofexile.com/*",
        "https://poe.ninja/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}