Kadaley PVU Tools

Kadaley PVU Tools

Tired of missing out your seed? removing crows? or even late harvests? This extension is for you, with the new notifications feature

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Kadaley PVU Tools",
  "version": "2.0.0",
  "description": "Tired of missing out your seed? removing crows? or even late harvests? This extension is for you, with the new notifications feature",
  "background": {
    "service_worker": "./background.js"
  },
  "icons": {
    "16": "./images/logo.png",
    "32": "./images/logo.png",
    "48": "./images/logo.png",
    "128": "./images/logo.png"
  },
  "action": {
    "default_popup": "./popup.html",
    "default_icons": {
      "16": "./images/logo.png",
      "32": "./images/logo.png",
      "48": "./images/logo.png",
      "128": "./images/logo.png"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "scripting",
    "webNavigation",
    "storage",
    "notifications",
    "alarms"
  ],
  "host_permissions": [
    "https://marketplace.plantvsundead.com/farm*"
  ]
}