{
  "name": "motochamba — Asistencia vial",
  "short_name": "motochamba",
  "description": "App para motooperadores: recepción de servicios, ruta, validación por PIN y evidencia fotográfica.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F6F8",
  "theme_color": "#0A84FF",
  "lang": "es-MX",
  "categories": ["business", "navigation", "utilities"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Inicio", "url": "./home.html", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Historial", "url": "./servicios.html", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
