This app was made thanks to the technology provided by CocoonJS by Ludei
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}