Dots

Dots

Connect dots and score as much as possible in fixed time. Simple and addictive game.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dots",
  "description": "Connect dots and score as much as possible in fixed time. Simple and addictive game.",
  "short_name": "Dots",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "icons": {
    "128": "dots.png"
  },
  "app": {
    "urls": [
      "http://www.worldofonlinegames.com/dots"
    ],
    "launch": {
      "web_url": "http://www.worldofonlinegames.com/dots"
    }
  }
}