Untangle Puzzle game

Untangle Puzzle game

"Untangle Puzzle" is the intelligence game. It is simple enough!. You only have to move the vertices such that no edges intersect…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Untangle Puzzle game",
  "version": "1.11.9.13",
  "icons": {
    "24": "icon_24.png",
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://games.xubala.com/untangle/index.html"
    ],
    "launch": {
      "web_url": "http://games.xubala.com/untangle/index.html"
    }
  },
  "permissions": [
    "notifications",
    "background"
  ],
  "manifest_version": 2
}