{
  "name": "MyCard — Digital Business Card",
  "short_name": "MyCard",
  "description": "Your digital business card. One tap to share everything.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "networking"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Card",
      "url": "/dashboard",
      "description": "View your digital card"
    },
    {
      "name": "Analytics",
      "url": "/dashboard/analytics",
      "description": "View card analytics"
    },
    {
      "name": "Leads",
      "url": "/dashboard/leads",
      "description": "View your leads"
    }
  ]
}
