Running Monster Hunter

Running Monster Hunter

Running Monster is a new, trend game - copy of the most popular game Running Dinosaur, but with new design.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "action": {
    "default_icon": "icon_128.png",
    "default_popup": "index.html",
    "default_title": "__MSG_appName__"
  },
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "icon_128.png"
  },
  "name": "__MSG_appName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.0"
}