{
  "short_name": "Eqaya",
  "name": "Eqaya - Construction Marketplace",
  "description": "Construction marketplace connecting Zimbabwe diaspora with verified local contractors. GPS-verified evidence, wallet payments, and quality assurance.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#667eea",
  "background_color": "#667eea",
  "categories": ["construction", "finance", "business", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Project",
      "short_name": "New Project",
      "description": "Create a new construction project",
      "url": "/projects?new=true",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Verify Evidence",
      "short_name": "Verify",
      "description": "Capture GPS-verified evidence",
      "url": "/verification",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Payments",
      "short_name": "Payments", 
      "description": "Manage wallet payments",
      "url": "/payments",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "logo192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot1.png",
      "type": "image/png",
      "sizes": "1280x720",
      "form_factor": "wide"
    },
    {
      "src": "screenshot2.png", 
      "type": "image/png",
      "sizes": "750x1334",
      "form_factor": "narrow"
    }
  ],
  "features": [
    "GPS Verification",
    "Offline Support", 
    "Push Notifications",
    "Biometric Authentication",
    "Real-time Updates",
    "Wallet Payments"
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "evidence",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/evidence-upload",
      "accept": {
        "image/*": [".jpg", ".jpeg", ".png", ".webp"],
        "video/*": [".mp4", ".webm", ".mov"]
      }
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+eqaya",
      "url": "/project/%s"
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred"
}
