Examine source code of Toy Defense

Inspect and view changes in Toy Defense 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": "Toy Defense",
  "description": "Toy Defense is real toy battlefield game.Deploy and arm your troops against assaulting aggressor!",
  "version": "1.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "logo_128.png"
  },
  "app": {
    "urls": [
      "https://swangame.net/game/chrome/toydefense/"
    ],
    "launch": {
      "web_url": "https://swangame.net/game/chrome/toydefense/"
    }
  }
}