Tic Tac Toe by Ludei

Tic Tac Toe by Ludei

This app was made thanks to the technology provided by CocoonJS by Ludei

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "urls": [
      "http://ttthtml5.ludei.com/"
    ],
    "launch": {
      "web_url": "http://ttthtml5.ludei.com/"
    }
  },
  "description": "This app was made thanks to the technology provided by CocoonJS by Ludei",
  "name": "Tic Tac Toe by Ludei",
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "homepage_url": "http://ludei.com",
  "manifest_version": 2,
  "version": "1.2"
}