{
  "name": "Aura Human Task",
  "short_name": "AuraTask",
  "description": "A secure Human-as-a-Service (HaaS) marketplace bridging the gap between digital AI instructions and physical-world execution.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#09090b",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Client Portal",
      "url": "/client",
      "description": "Post verification tasks and manage escrow"
    },
    {
      "name": "Worker Portal",
      "url": "/worker",
      "description": "Find nearby tasks and earn payout rewards"
    }
  ],
  "categories": ["business", "productivity", "utilities"]
}
