{
  "name": "Vamozy",
  "short_name": "Vamozy",
  "description": "The crew's trip, in one app.",
  "start_url": "/trips",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0F1F",
  "theme_color": "#0A0F1F",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New trip", "url": "/new-trip", "description": "Start planning a trip" },
    { "name": "My trips", "url": "/trips", "description": "View all trips" }
  ]
}
