Neopets Shop & Attic Highlighter & Autobuyer

Neopets Shop & Attic Highlighter & Autobuyer

NeoBuyer Main Shop + Almost Abandoned Attic Autobuyer for Neopets.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Neopets Shop & Attic Highlighter & Autobuyer",
  "version": "0.3.69",
  "manifest_version": 3,
  "description": "NeoBuyer Main Shop + Almost Abandoned Attic Autobuyer for Neopets.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "NeoBuyer Settings"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "src/bg/background.js"
  },
  "options_page": "src/options/index.html",
  "permissions": [
    "storage",
    "webNavigation",
    "notifications",
    "tts"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://neopets.com/*",
        "http://*.neopets.com/*",
        "https://neopets.com/*",
        "https://*.neopets.com/*"
      ],
      "js": [
        "js/moment.js",
        "js/email.js",
        "js/ExtPay.js",
        "src/common/default_items.js",
        "src/common/item_db.js",
        "src/inject/util.js",
        "src/inject/inject.js"
      ]
    },
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "js/ExtPay.js"
      ],
      "run_at": "document_start"
    }
  ]
}