The Sniper

The Sniper

An entire map as you zoom in and find the enemies and sniper blasts them away with your sniper rifle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "The Sniper",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "version": "1.0",
  "default_locale": "en",
  "app": {
    "urls": [
      "http://serragame.com/the-sniper/"
    ],
    "launch": {
      "web_url": "http://serragame.com/the-sniper/"
    }
  },
  "icons": {
    "128": "128.png"
  }
}