{
  "id": "/",
  "name": "Jambo Card",
  "short_name": "JamboCard",
  "description": "Digital business card platform",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["business", "productivity", "social"],
  "lang": "en",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Card",
      "short_name": "Create",
      "description": "Create a new digital business card",
      "url": "/create-card",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Connect",
      "short_name": "Connect",
      "description": "Connect with other professionals",
      "url": "/connect",
      "icons": [
        {
          "src": "/icons/icon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/assets/demo.png",
      "sizes": "1126x816",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Jambo Card Dashboard"
    },
    {
      "src": "/icons/maskable-512x512.png",
      "sizes": "1710x1014",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Scan and Connect Feature"
    }
  ],
  "gcm_sender_id": "634388975729",
  "prefer_related_applications": false,
  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "share_target": {
    "action": "/connect",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}