{
  "id": "/admin",
  "name": "Forjia Admin (pre)",
  "short_name": "Forjia Admin pre",
  "description": "Panel de administración de Forjia.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait",
  "background_color": "#0f1117",
  "theme_color": "#1f3a5c",
  "lang": "es",
  "dir": "ltr",
  "categories": [
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png?v=cc46c2d",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=cc46c2d",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=cc46c2d",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Tickets pendientes",
      "short_name": "Tickets",
      "url": "/tickets",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=cc46c2d",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Incidentes",
      "short_name": "Incidentes",
      "url": "/incidents",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=cc46c2d",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Identidad",
      "short_name": "Identidad",
      "url": "/identity",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=cc46c2d",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard staff"
    },
    {
      "src": "/screenshots/tickets-narrow.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Cola de tickets"
    },
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard staff"
    },
    {
      "src": "/screenshots/tickets-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Cola de tickets"
    }
  ]
}