Plant vs Undead - Marketplace LE calculator

Plant vs Undead - Marketplace LE calculator

Extension for getting the LE produced by hour for each plant listed in the market. This extension is not doing any server side…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Plant vs Undead - Marketplace LE calculator",
  "version": "1.1",
  "manifest_version": 3,
  "action": {
    "default_title": "Click to calculate the LE per hour",
    "default_icon": {
      "16": "./logo_16.png",
      "24": "./logo_24.png",
      "32": "./logo_32.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  }
}