{
  "name": "Nexar Fichaje",
  "short_name": "Nexar",
  "description": "Nexar — Sistema de fichaje remoto",
  "id": "/controlfichaje/",
  "start_url": "/controlfichaje/",
  "scope": "/controlfichaje/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ffffff",
  "background_color": "#f8f9fa",
  "lang": "es-ES",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/controlfichaje/pwa_icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/static/controlfichaje/pwa_icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/controlfichaje/pwa_icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "/static/controlfichaje/pwa_icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pantalla de fichaje remoto"
    },
    {
      "src": "/static/controlfichaje/pwa_icons/icon-512x512.png", 
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Vista amplia de fichaje"
    }
  ],
  "shortcuts": [
    {
      "name": "Fichar Entrada",
      "short_name": "Entrada",
      "url": "/controlfichaje/?accion=entrada",
      "icons": [
        {
          "src": "/static/controlfichaje/pwa_icons/icon-128x128.png",
          "sizes": "128x128",
          "type": "image/png"
        }
      ]
    }
  ]
}
