{
  "name": "Kardhaus Companion",
  "short_name": "Kardhaus",
  "id": "/",
  "description": "Scan business cards, find contacts, add notes and manage follow-ups on the move — the mobile companion to the Kardhaus relationship intelligence platform.",
  "start_url": "/companion?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Business Card",
      "short_name": "Scan Card",
      "description": "Open Kardhaus and scan a business card",
      "url": "/companion/scan?source=app-shortcut",
      "icons": [
        {
          "src": "/icons/scan-card-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Search Contacts",
      "short_name": "Contacts",
      "description": "Find someone in your Kardhaus network",
      "url": "/contacts?source=app-shortcut",
      "icons": [
        {
          "src": "/icons/search-contacts-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Show My Digital Card",
      "short_name": "My Card",
      "description": "Show your Kardhaus digital business card",
      "url": "/show-my-card?source=app-shortcut",
      "icons": [
        {
          "src": "/icons/my-card-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
