TRECH - Ultimate 3D Shooting Game!

TRECH - Ultimate 3D Shooting Game!

You are a robot on a mission to destroy all enemies in this Ultimate 3D shooting game!

Merlin
Additional files are visible only to premium users

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"
  ]
}