Four in a Row 3D

Four in a Row 3D

3D Four-in-a-Row Game

Merlin
Additional files are visible only to premium users

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"
  }
}