{
  "id": "/?source=pwa",
  "name": "Hobbstack",
  "short_name": "Hobbstack",
  "description": "Aviation operations platform — scheduling, fleet, billing",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#F4F5F7",
  "theme_color": "#2259C9",
  "categories": ["business", "productivity", "travel"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Schedule",
      "short_name": "Schedule",
      "url": "/(tabs)/schedule",
      "description": "View and manage today's reservations"
    },
    {
      "name": "Fleet",
      "short_name": "Fleet",
      "url": "/(tabs)/fleet",
      "description": "Aircraft status and squawks"
    },
    {
      "name": "Briefing",
      "short_name": "Briefing",
      "url": "/(tabs)/briefing",
      "description": "Pre-flight briefing"
    },
    {
      "name": "Logbook",
      "short_name": "Logbook",
      "url": "/logbook",
      "description": "Your flight logbook"
    }
  ]
}
