Clean and simple game of Tic Tac Toe you can enjoy playing with one other, no strings attached. This is an open source app!
Checkā¦
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",
"manifest_version": 2,
"name": "Tic-Tac-Toe",
"short_name": "TicTacToe",
"description": "",
"version": "0.1",
"minimum_chrome_version": "38",
"icons": {
"16": "assets/icon_16.png",
"128": "assets/icon_128.png"
},
"app": {
"background": {
"scripts": [
"background.js"
]
}
}
}