Chess!

Chess!

Chess! is a free light-weight HTML5 app. Play against one of the three different AI opponents or local multiplayer :)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chess!",
  "description": "Chess! is a free light-weight HTML5 app. Play against one of the three different AI opponents or local multiplayer :)",
  "manifest_version": 2,
  "version": "1.3",
  "app": {
    "urls": [
      "http://herremil.com/chess/",
      "http://www.herremil.com/chess/",
      "http://herremil.com/chess",
      "http://www.herremil.com/chess"
    ],
    "launch": {
      "web_url": "http://herremil.com/chess/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}