Monster Hunter World - Event Log

Monster Hunter World - Event Log

Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Monster Hunter World - Event Log",
  "description": "Keep track of the Event Quest Schedule. Mark completed ones and hide them if you want.",
  "version": "1.1",
  "homepage_url": "https://github.com/alike03/Userscripts",
  "icons": {
    "48": "icon.png",
    "96": "[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "*://game.capcom.com/world/*schedule*.html"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}