Examine source code of Battle Robot

Inspect and view changes in Battle Robot 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",
  "name": "Battle Robot",
  "description": "Customize the ULTIMATE MECHA and rain FREEDOM and DEMOCRACY on the enemy!",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "*://battle.appflop.com/"
    ],
    "launch": {
      "web_url": "http://battle.appflop.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": []
}