{
  "id": "/ground/",
  "name": "Ground Operations",
  "short_name": "GroundOps",
  "description": "Daily ground handling flight report app",
  "start_url": "/ground/ground_report.php",
  "scope": "/ground/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#4F46E5",
  "background_color": "#0B1220",
  "icons": [
    { "src": "icons/icon-32.png",  "sizes": "32x32",   "type": "image/png" },
    { "src": "icons/icon-48.png",  "sizes": "48x48",   "type": "image/png" },
    { "src": "icons/icon-72.png",  "sizes": "72x72",   "type": "image/png" },
    { "src": "icons/icon-96.png",  "sizes": "96x96",   "type": "image/png" },
    { "src": "icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "icons/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-152.png", "sizes": "152x152", "type": "image/png" },
    { "src": "icons/icon-180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["business", "productivity", "travel"],
  "shortcuts": [
    {
      "name": "Daily Report",
      "short_name": "Report",
      "description": "Open ground handling report",
      "url": "/ground/ground_report.php",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Calendar View",
      "short_name": "Calendar",
      "description": "Show all flights in calendar view",
      "url": "/ground/ground_report.php?tab=calendar",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
