{
  "name": "DigitalContact",
  "short_name": "MyCard",
  "description": "Your smart, shareable digital business card",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#6c63ff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Show My QR",
      "short_name": "My QR",
      "url": "/dashboard.php",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}