Lab Ray Logger by Jellyneo

Lab Ray Logger by Jellyneo

Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Lab Ray Logger by Jellyneo",
  "description": "Use Jellyneo's Lab Ray Logger to automatically keep a record of all your daily Neopets Lab Ray zaps!",
  "version": "1.1.3",
  "homepage_url": "https://www.jellyneo.net/labray",
  "minimum_chrome_version": "73",
  "incognito": "split",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "*://*.jellyneo.net/",
    "*://*.neopets.com/"
  ],
  "background": {
    "scripts": [
      "jquery-1.10.2.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.neopets.com/process_lab2.phtml"
      ],
      "js": [
        "jquery-1.10.2.min.js",
        "lablog.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "success.png",
    "fail.png"
  ]
}