Blob Connect

Blob Connect

The object is to connect four of your blobs next to each other vertically, horizontally, or diagonally before your opponent.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Blob Connect",
  "description": "The object is to connect four of your blobs next to each other vertically, horizontally, or diagonally before your opponent.",
  "version": "1.2",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/apps/BlobConnect/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/apps/BlobConnect/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}