{
  "name": "Cardo — Turn Visiting Cards Into Digital Contacts",
  "short_name": "Cardo",
  "description": "Capture every connection. Organize your network with AI vision and sync instantly to Google Sheets.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0B0F19",
  "theme_color": "#0B0F19",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "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"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Visiting Card",
      "short_name": "Scan",
      "description": "Quickly scan a new visiting card",
      "url": "/#scan",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Contacts",
      "short_name": "Contacts",
      "description": "Browse your organized contacts",
      "url": "/#contacts",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
