Castle Light

Castle Light

Castle Light is a casual game. You are a Knight in the Castle and you need to turn on light in all rooms in castle to find escape.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "0.0.1",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "128": "castle-light-128.png"
  },
  "app": {
    "urls": [
      "http://craftz.club/game/castle-light"
    ],
    "launch": {
      "web_url": "http://craftz.club/game/castle-light"
    }
  }
}