{
  "id": "/drive",
  "name": "QTAL Delivery - App do Entregador",
  "short_name": "QTAL Entregador",
  "description": "Entregas, navegação e rastreamento em tempo real.",
  "lang": "pt-BR",
  "start_url": "/drive/app?source=pwa",
  "scope": "/drive/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#ff5c00",
  "icons": [
    { "src": "/img/pwa/driver-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/img/pwa/driver-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Minhas entregas", "url": "/drive/deliveries", "icons": [{ "src": "/img/pwa/driver-192.png", "sizes": "192x192" }] },
    { "name": "Mapa ao vivo", "url": "/drive/live", "icons": [{ "src": "/img/pwa/driver-192.png", "sizes": "192x192" }] }
  ]
}
