{
  "name": "Departo",
  "short_name": "Departo",
  "description": "Your personal flight organiser",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#06080e",
  "theme_color": "#06080e",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Add flight", "url": "/?action=add", "description": "Log a new flight" },
    { "name": "Upcoming", "url": "/?filter=upcoming", "description": "View upcoming flights" }
  ]
}
