{
  "name": "OpdoCard - Digital Business Cards",
  "short_name": "OpdoCard",
  "description": "Share your digital business card instantly",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#f9f9f9",
  "theme_color": "#a6845d",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/images/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Share My Card",
      "short_name": "Share",
      "description": "Quick share your digital business card",
      "url": "/my-cards",
      "icons": [
        {
          "src": "/icons/share-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scan Badge",
      "short_name": "Scan",
      "description": "Scan event badges to collect leads",
      "url": "/my-cards/badge-scan",
      "icons": [
        {
          "src": "/icons/scan-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "View Leads",
      "short_name": "Leads",
      "description": "View your collected leads",
      "url": "/leads",
      "icons": [
        {
          "src": "/icons/leads-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", ".vcf", ".csv"]
        }
      ]
    }
  },
  "categories": ["business", "productivity", "social"],
  "prefer_related_applications": false
}
