{
  "name": "uLinkQR",
  "short_name": "uLinkQR",
  "description": "Anonymous QR contact system — no phone number sharing",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#03080F",
  "theme_color": "#0EA5E9",
  "orientation": "portrait",
  "categories": ["utilities", "productivity"],
  "icons": [
    { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My QR Card",
      "short_name": "QR Card",
      "description": "View your QR card",
      "url": "/dashboard?tab=myqr",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
