{
  "name": "Wedding Command Centre",
  "short_name": "WCC",
  "description": "All-in-one wedding planning and guest experience app",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e3a5f",
  "background_color": "#ffffff",
  "categories": ["lifestyle", "utilities"],
  "lang": "en-AU",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "RSVP",
      "short_name": "RSVP",
      "url": "/rsvp",
      "description": "Submit your RSVP"
    },
    {
      "name": "Photos",
      "short_name": "Photos",
      "url": "/photos",
      "description": "Share wedding photos"
    }
  ]
}
