{
  "name": "Food Xpress Entregador",
  "short_name": "FX Entregador",
  "description": "Receba corridas em tempo real e gerencie suas entregas com o app oficial do entregador Food Xpress.",
  "start_url": "/app-motoboy?source=pwa",
  "id": "/app-motoboy",
  "scope": "/app-motoboy",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#0a0a0f",
  "theme_color": "#ea580c",
  "categories": ["business", "productivity", "navigation"],
  "lang": "pt-BR",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/motoboy-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/motoboy-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/motoboy-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/motoboy-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Corridas disponíveis",
      "short_name": "Corridas",
      "description": "Ver corridas abertas próximas",
      "url": "/app-motoboy/corridas?source=shortcut",
      "icons": [{ "src": "/motoboy-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Minhas entregas",
      "short_name": "Entregas",
      "description": "Entregas em andamento",
      "url": "/app-motoboy/entregas?source=shortcut",
      "icons": [{ "src": "/motoboy-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Ganhos",
      "short_name": "Ganhos",
      "description": "Ver saldo e histórico",
      "url": "/app-motoboy/ganhos?source=shortcut",
      "icons": [{ "src": "/motoboy-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
