Birdie Hop

Birdie Hop

The aim of the game is to nexchange the positions of the two sets of Birds with as few moves as possible.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Birdie Hop",
  "description": "The aim of the game is to nexchange the positions of the two sets of Birds with as few moves as possible.",
  "version": "1.2",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.ebhasin.com/apps/BirdieHop/index.html"
    ],
    "launch": {
      "web_url": "http://www.ebhasin.com/apps/BirdieHop/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}