{
  "name": "CardVault",
  "short_name": "CardVault",
  "description": "Digital business cards that stay up to date",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0E0F13",
  "theme_color": "#0E0F13",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}