{
  "name": "2IS — The Night Fix",
  "short_name": "2IS",
  "description": "Tu app para la noche. Entradas, tragos y más.",
  "start_url": "/welcome",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0A",
  "theme_color": "#0A0A0A",
  "lang": "es-CL",
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Admin",
      "short_name": "Admin",
      "description": "Panel de administración",
      "url": "/admin/login"
    }
  ]
}
