{
  "name": "IntellMatch",
  "short_name": "IntellMatch",
  "description": "Your Network is your Networth — professional networking and relationship intelligence",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#060b18",
  "theme_color": "#00d084",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/intelllogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/intelllogo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["business", "productivity", "social"],
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Scan Card",
      "short_name": "Scan",
      "description": "Scan a business card",
      "url": "/scan",
      "icons": [{"src": "/intelllogo.png", "sizes": "512x512"}]
    },
    {
      "name": "Contacts",
      "short_name": "Contacts",
      "description": "View your contacts",
      "url": "/contacts",
      "icons": [{"src": "/intelllogo.png", "sizes": "512x512"}]
    },
    {
      "name": "AI Matches",
      "short_name": "Matches",
      "description": "View AI-powered matches",
      "url": "/matches",
      "icons": [{"src": "/intelllogo.png", "sizes": "512x512"}]
    }
  ]
}
