{
  "name": "Mythical Moments - Wedding Portal",
  "short_name": "Mythical Moments",
  "description": "Your personal wedding planning portal",
  "start_url": "/client/dashboard",
  "display": "standalone",
  "background_color": "#F8F4ED",
  "theme_color": "#0F3D72",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon-196.png",
      "sizes": "196x196",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["lifestyle", "productivity"],
  "shortcuts": [
    {
      "name": "Checklist",
      "short_name": "Tasks",
      "description": "View your wedding checklist",
      "url": "/client/plan?tab=checklist"
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Message your planner",
      "url": "/client/messages"
    },
    {
      "name": "Budget",
      "short_name": "Budget",
      "description": "Track your budget",
      "url": "/client/plan?tab=budget"
    }
  ]
}
