MelvorIdle - StatTracker

MelvorIdle - StatTracker

Statistics Tracker for melvoridle.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MelvorIdle - StatTracker",
  "version": "1.3.0",
  "description": "Statistics Tracker for melvoridle.com",
  "author": "Robin van Nunen <[email protected]>",
  "homepage_url": "https://github.com/TechGuard/melvoridle-stat-tracker",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.melvoridle.com/*"
      ],
      "js": [
        "inject.js"
      ]
    }
  ]
}