{
  "name": "Mythical Moments - Wedding Portal",
  "short_name": "Mythical Moments",
  "description": "Your personal wedding planning portal",
  "start_url": "/client/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "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/checklist"
    },
    {
      "name": "Messages",
      "short_name": "Chat",
      "description": "Message your planner",
      "url": "/client/messages"
    },
    {
      "name": "Budget",
      "short_name": "Budget",
      "description": "Track your budget",
      "url": "/client/budget"
    }
  ]
}
