PVU Profit & Price Tool

PVU Profit & Price Tool

This tool will help you convert different tokens related to PvU, provides live profit PVU/month within the marketplace.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PVU Profit & Price Tool",
  "version": "1.0.5",
  "description": "This tool will help you convert different tokens related to PvU, provides live profit PVU/month within the marketplace.",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://marketplace.plantvsundead.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "PVU Tool"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "pvu-16.png",
    "48": "pvu-48.png",
    "128": "pvu-128.png"
  }
}