{
  "name": "Workori — Cliente",
  "short_name": "Cliente",
  "description": "Solicita servicios locales con Workori.",
  "start_url": "/client/",
  "scope": "/client/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#075fe4",
  "lang": "es",
  "icons": [
    {
      "src": "/assets/pwa/client-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/client-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/pwa/client-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Solicitar servicio",
      "short_name": "Solicitar",
      "url": "/client/",
      "icons": [{ "src": "/assets/pwa/client-icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Mensajes",
      "short_name": "Mensajes",
      "url": "/client/messages.html",
      "icons": [{ "src": "/assets/pwa/client-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
