{
  "name": "Mutual.Cards",
  "short_name": "Mutual",
  "description": "Scan business cards with AI — build your real contact database.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f5f0e8",
  "theme_color": "#102a43",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan a card",
      "short_name": "Scan",
      "url": "/scan",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Mutuals",
      "short_name": "Mutuals",
      "url": "/mutuals",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Card",
      "short_name": "My Card",
      "url": "/cards",
      "icons": [{ "src": "/icons/icon-192.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
