PVU Helper

PVU Helper

Plant vs Undead extension to make your farming process easier!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PVU Helper",
  "description": "Plant vs Undead extension to make your farming process easier!",
  "icons": {
    "16": "./images/logo.png",
    "32": "./images/logo.png",
    "48": "./images/logo.png",
    "128": "./images/logo.png"
  },
  "action": {
    "default_icons": {
      "16": "./images/logo.png",
      "32": "./images/logo.png",
      "48": "./images/logo.png",
      "128": "./images/logo.png"
    }
  },
  "background": {
    "service_worker": "./worker.js"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "webNavigation"
  ],
  "host_permissions": [
    "https://marketplace.plantvsundead.com/*"
  ],
  "manifest_version": 3,
  "version": "1.0.0"
}