{
  "name": "Nhlamulo & Vutisani Wedding",
  "short_name": "Wedding Celebration",
  "description": "Join us for the Lobola celebration of Nhlamulo and Vutisani",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0F0F0F",
  "background_color": "#FAF6F1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Wedding celebration app"
    }
  ],
  "categories": ["events", "lifestyle", "social"],
  "shortcuts": [
    {
      "name": "RSVP",
      "short_name": "RSVP",
      "description": "Confirm your attendance",
      "url": "/?tab=rsvp",
      "icons": [{ "src": "/rsvp-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Gallery",
      "short_name": "Gallery",
      "description": "View celebration photos",
      "url": "/?tab=gallery",
      "icons": [{ "src": "/gallery-icon.png", "sizes": "96x96" }]
    },
    {
      "name": "Info",
      "short_name": "Info",
      "description": "Event information",
      "url": "/?tab=info",
      "icons": [{ "src": "/info-icon.png", "sizes": "96x96" }]
    }
  ]
}