{
  "name": "ICA Series — Plataforma",
  "short_name": "ICA Series",
  "description": "Plataforma interna de producción audiovisual ICA Series",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "lang": "es",
  "icons": [
    {
      "src": "icons/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Chat",
      "short_name": "Chat",
      "url": "/chat.html",
      "icons": [
        {
          "src": "icons/icon-192.png?v=2",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Gastos",
      "short_name": "Gastos",
      "url": "/gastos.html",
      "icons": [
        {
          "src": "icons/icon-192.png?v=2",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Inventario",
      "short_name": "Inventario",
      "url": "/inventario.html",
      "icons": [
        {
          "src": "icons/icon-192.png?v=2",
          "sizes": "192x192"
        }
      ]
    }
  ]
}