{
  "name": "Cardly — Digital Business Card",
  "short_name": "Cardly",
  "description": "Your whole world, one smart link. Create a free digital business card and share it anywhere.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    { "src": "/assets/images/pwa/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/assets/images/pwa/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/assets/images/pwa/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Create a card", "url": "/new", "icons": [{ "src": "/assets/images/pwa/icon-192.png", "sizes": "192x192" }] }
  ]
}
