{
  "name": "MotoK Domicilios",
  "short_name": "MotoKDomi",
  "description": "App de MotoK para domiciliarios y móviles",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0260A3",
  "theme_color": "#0260A3",
  "orientation": "portrait",
  "scope": "/",
  "lang": "es-CO",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity",
    "transportation"
  ],
  "icons": [
    {
      "src": "icon-driver-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-driver-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-driver.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver servicios",
      "short_name": "Servicios",
      "description": "Ver servicios pendientes",
      "url": "/index.html",
      "icons": [
        {
          "src": "icon-driver-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Historial",
      "short_name": "Historial",
      "description": "Ver historial de viajes",
      "url": "/index.html?view=history",
      "icons": [
        {
          "src": "icon-driver-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false
}