{
  "name": "FlightKit — Study. Fly. Debrief.",
  "short_name": "FlightKit",
  "description": "Your complete pilot toolbox — ACS-aligned ground school, preflight calculators, live weather, sectional charts, radio transcription, GPS track debrief, and AI-powered study tools.",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#0a0f1a",
  "theme_color": "#0a0f1a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["education", "utilities"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png?v=20",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png?v=20",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png?v=20",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=20",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home — Live weather and quick access to all flight tools"
    },
    {
      "src": "/screenshots/study.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Study — ACS-aligned ground school with DPE-style practice"
    },
    {
      "src": "/screenshots/preflight.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Preflight — Weight & balance, crosswind, density altitude calculators"
    },
    {
      "src": "/screenshots/charts.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Charts — Interactive VFR and IFR sectional charts"
    }
  ],
  "shortcuts": [
    {
      "name": "Study",
      "short_name": "Study",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png?v=20", "sizes": "192x192" }]
    },
    {
      "name": "Preflight",
      "short_name": "Preflight",
      "url": "/preflight",
      "icons": [{ "src": "/icon-192.png?v=20", "sizes": "192x192" }]
    },
    {
      "name": "Charts",
      "short_name": "Charts",
      "url": "/sectional",
      "icons": [{ "src": "/icon-192.png?v=20", "sizes": "192x192" }]
    },
    {
      "name": "Go / No-Go",
      "short_name": "Go/NoGo",
      "url": "/go-no-go",
      "icons": [{ "src": "/icon-192.png?v=20", "sizes": "192x192" }]
    }
  ]
}
