TRECH - Ultimate 3D Shooting Game!

You are a robot on a mission to destroy all enemies in this Ultimate 3D shooting game!
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": "http://clients2.google.com/service/update2/crx",
  "name": "TRECH - Ultimate 3D Shooting Game!",
  "description": "You are a robot on a mission to destroy all enemies in this Ultimate 3D shooting game!",
  "version": "1.0",
  "app": {
    "urls": [
      "http://chrome.funhost.net/play/?app=trech"
    ],
    "launch": {
      "web_url": "http://chrome.funhost.net/play/?app=trech"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}