{
  "name": "WaypointNexus EFB",
  "short_name": "WaypointNexus",
  "description": "Electronic Flight Bag — Flight Planning, Dispatch & Operations",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1a365d",
  "orientation": "any",
  "icons": [
    {
      "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"
    }
  ],
  "shortcuts": [
    {
      "name": "New Flight Plan",
      "short_name": "New Plan",
      "url": "/flight-plans/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Weather Briefing",
      "short_name": "Weather",
      "url": "/weather",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Operations",
      "short_name": "OCC",
      "url": "/occ",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/flight-plans/new",
    "method": "GET",
    "params": {
      "title": "flight_number",
      "text": "notes"
    }
  },
  "categories": ["business", "productivity"]
}
