Royal Rush

Royal Rush

Collect coins, buy upgrades and collect as many coins as possible in Royal Rush. A pretty Endless-Runner game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "0.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "royal-rush-128.png"
  },
  "app": {
    "urls": [
      "https://minecraft-2.online/royal-rush/play/"
    ],
    "launch": {
      "web_url": "https://minecraft-2.online/royal-rush/play/"
    }
  }
}