{
  "name": "Passport Gates - Global Citizenship & Residency",
  "short_name": "Passport Gates",
  "description": "Your gateway to global citizenship by investment and European residency programs. Secure, transparent, and tailored to your goals.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#001f3f",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-1.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Passport Gates Dashboard"
    },
    {
      "src": "/screenshot-2.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Application Progress Tracker"
    },
    {
      "src": "/screenshot-3.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Admin Dashboard"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "View Dashboard",
      "short_name": "Dashboard",
      "description": "Open your application dashboard",
      "url": "/client/dashboard",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Upload Documents",
      "short_name": "Documents",
      "description": "Upload required documents",
      "url": "/client/documents",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Message Consultant",
      "short_name": "Messages",
      "description": "Chat with your consultant",
      "url": "/client/messages",
      "icons": [
        {
          "src": "/favicon.png",
          "sizes": "any",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "document",
          "accept": [".pdf", ".doc", ".docx", ".jpg", ".jpeg", ".png", "image/*", "application/pdf"]
        }
      ]
    }
  }
}
