{
  "name": "%VITE_APP_TITLE% — Member Portal",
  "short_name": "%VITE_APP_TITLE%",
  "description": "%VITE_APP_TITLE% member portal — events, tickets, and account management",
  "start_url": "/portal",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F9F6F1",
  "theme_color": "#1E3A2F",
  "categories": ["lifestyle", "social"],
  "icons": [
    {
      "src": "https://d2xsxph8kpxj0f.cloudfront.net/310519663321533378/hYwevf7tcmEm8erfwUKgQX/icon-192_aff32c26.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://d2xsxph8kpxj0f.cloudfront.net/310519663321533378/hYwevf7tcmEm8erfwUKgQX/icon-512_52943760.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Tickets",
      "url": "/portal/tickets",
      "description": "View your event tickets and QR codes"
    },
    {
      "name": "Upcoming Events",
      "url": "/portal/events",
      "description": "Browse and register for upcoming events"
    }
  ]
}
