Examine source code of Battle Royale

Inspect and view changes in Battle Royale source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Battle Royale",
  "short_name": "Battle Royale",
  "default_title": "Battle Royale",
  "version": "0.0.1",
  "description": "Today, we can play a great game and not just that, we can play it in our browsers. At the beginning of the game, you pick your cha",
  "default_locale": "en",
  "app": {
    "urls": [
      "http://craftz.club/game/battle-royale"
    ],
    "launch": {
      "web_url": "http://craftz.club/game/battle-royale"
    }
  },
  "icons": {
    "128": "battle-royale-128.png"
  },
  "homepage_url": "http://craftz.club/game/battle-royale",
  "default_icons": {
    "128": "battle-royale-128.png"
  }
}