{
  "name": "Personal ATC",
  "short_name": "ATC",
  "description": "Manage your personal flight.",
  "icons": [
  	{
      "src": "./icons/icon-32.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "./icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "start_url": ".",
  "display": "fullscreen",
  "theme_color": "#000",
  "background_color": "#000000"
}