Air Traffic Chief

Air Traffic Chief

Organise the busy skies and guide the planes and helicopters to a safe landing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Air Traffic Chief",
  "description": "Organise the busy skies and guide the planes and helicopters to a safe landing.",
  "version": "1.0",
  "app": {
    "urls": [
      "http://chrome.funhost.net/play/?app=airtrafficchief"
    ],
    "launch": {
      "web_url": "http://chrome.funhost.net/play/?app=airtrafficchief"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}