Cyx

Cyx

A motion-enabled geodetic tic-tac-toe. HTML5 Game powered by WebGL. Play hotseat or solo against a bot !

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "3.10.0",
  "name": "Cyx",
  "short_name": "Cyx",
  "description": "A motion-enabled geodetic tic-tac-toe. HTML5 Game powered by WebGL. Play hotseat or solo against a bot !",
  "author": "Goutte",
  "app": {
    "urls": [
      "http://antoine.goutenoir.com/games/cyx"
    ],
    "launch": {
      "web_url": "http://antoine.goutenoir.com/games/cyx"
    }
  },
  "icons": {
    "128": "128x128.png"
  },
  "permissions": []
}