A fun game to create lines of '4-in-a-row'.
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",
"name": "4-In-A-Row Game",
"description": "A fun game to create lines of '4-in-a-row'.",
"version": "2.1",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://www.thebestofflash.com/demos/4inarow/4inarowpreview.html"
],
"launch": {
"web_url": "http://www.thebestofflash.com/demos/4inarow/4inarowpreview.html"
}
}
}