Lone Warrior

Lone Warrior

The Kingdom has fallen and only one warrior remains. Players will have to fend off as many Ninjas as possible until the end.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lone Warrior",
  "description": "The Kingdom has fallen and only one warrior remains. Players will have to fend off as many Ninjas as possible until the end.",
  "version": "0.0.0.9",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "smalllogo.png",
    "128": "logo128.png"
  }
}