Battle Royale

Battle Royale

Play Battle Royale game in your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "2.1",
  "manifest_version": 2,
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "https://www.gameflare.com/online-game/battle-royale/"
    ],
    "launch": {
      "web_url": "https://www.gameflare.com/online-game/battle-royale/"
    }
  },
  "permissions": [
    "unlimitedStorage"
  ]
}