PVU Info

PVU Info

Identify the rate of plants in the market.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PVU Info",
  "version": "0.2",
  "description": "Identify the rate of plants in the market.",
  "manifest_version": 3,
  "icons": {
    "16": "/img/icon/clover-16.png",
    "32": "/img/icon/clover-32.png",
    "48": "/img/icon/clover-48.png",
    "128": "/img/icon/clover-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "/img/icon/clover-16.png",
      "32": "/img/icon/clover-32.png",
      "48": "/img/icon/clover-48.png",
      "128": "/img/icon/clover-128.png"
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://marketplace.plantvsundead.com/*",
    "https://backend-farm.plantvsundead.com/get-plants-filter-v2*"
  ],
  "permissions": [
    "activeTab",
    "scripting",
    "webRequest",
    "alarms"
  ]
}