3D Four-in-a-Row Game
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": "http://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Four in a Row 3D",
"description": "3D Four-in-a-Row Game",
"version": "1.1",
"app": {
"launch": {
"web_url": "http://fourinarow.mobialia.com/"
}
},
"offline_enabled": false,
"icons": {
"128": "icon_128.png"
}
}