{
  "name": "MyGroupTrip — Travel together. Arrive together.",
  "short_name": "MyGroupTrip",
  "description": "Real-time group travel coordination. Track everyone, see delays, find regroup points.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#FFFFFF",
  "theme_color": "#002FA7",
  "categories": ["travel", "navigation", "social", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Trip",
      "short_name": "New",
      "description": "Create a new group trip",
      "url": "/app/trips/new",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    },
    {
      "name": "My Trips",
      "short_name": "Trips",
      "description": "View all your trips",
      "url": "/app/trips",
      "icons": [{ "src": "/icon.svg", "sizes": "192x192" }]
    }
  ]
}
