Neopets Shop Wizard Price Enhancer

Neopets Shop Wizard Price Enhancer

A tool to search the shop wizard more effectively.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Neopets Shop Wizard Price Enhancer",
  "description": "A tool to search the shop wizard more effectively.",
  "version": "0.0.02",
  "manifest_version": 3,
  "icons": {
    "16": "logos/logo16.png",
    "48": "logos/logo48.png",
    "128": "logos/logo128.png"
  },
  "action": {},
  "content_scripts": [
    {
      "matches": [
        "http://www.neopets.com/shops/wizard.phtml*",
        "https://www.neopets.com/shops/wizard.phtml*"
      ],
      "all_frames": true,
      "js": [
        "injections/inject.js"
      ],
      "run_at": "document_end"
    }
  ]
}