{
  "name": "Voyager — Travel, Companion",
  "short_name": "Voyager",
  "description": "Plan trips, track spending, capture receipts. Your data stays on your device.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#faf8f3",
  "theme_color": "#0d3b4c",
  "categories": ["travel", "productivity", "lifestyle"],
  "icons": [
    { "src": "/icons/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Trip dashboard with countdown and budget pulse"
    },
    {
      "src": "/screenshots/mobile-itinerary.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Daily itinerary timeline"
    },
    {
      "src": "/screenshots/mobile-money.png",
      "sizes": "780x1688",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Spend tracking and receipts"
    },
    {
      "src": "/screenshots/desktop-itinerary.png",
      "sizes": "2560x1600",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Voyager on desktop"
    }
  ]
}
