{
  "name": "Andrea's Birthday Adventure",
  "short_name": "Andrea's Adventure",
  "description": "Guest headquarters for Andrea's Birthday Whitewater Adventure, Saturday August 8, 2026.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F6F2E8",
  "theme_color": "#0B2C3D",
  "icons": [
    {
      "src": "/assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload memories",
      "url": "/time-capsule"
    },
    {
      "name": "The BBQ",
      "url": "/bbq"
    },
    {
      "name": "Rafting day",
      "url": "/event-details"
    },
    {
      "name": "Message Andrea",
      "url": "/message"
    }
  ]
}