Crazy Bird

Crazy Bird

Play Fun & Fast Crazy Bird! fly as long as you can with touching roots and sky.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Crazy Bird",
  "description": "Play Fun & Fast Crazy Bird! fly as long as you can with touching roots and sky. ",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.livemans.com/crazybird/index.html"
    ],
    "launch": {
      "web_url": "http://www.livemans.com/crazybird/index.html"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}