{
  "name": "Partiu",
  "short_name": "Partiu",
  "description": "Your personal travel companion",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["travel", "productivity"],
  "shortcuts": [
    {
      "name": "My Trips",
      "url": "/#/trips",
      "description": "View all trips"
    },
    {
      "name": "Settings",
      "url": "/#/settings",
      "description": "Configure email sync"
    }
  ]
}
