{
  "short_name": "IPERC 360",
  "name": "IPERC 360 PRO - Soluciones Digitales",
  "description": "Generador Profesional de Matrices IPERC y MAIA con Inteligencia Artificial",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "landscape-primary",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "../icono_iperc.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "../icono_iperc.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "name": "Documento IPERC Soluciones Digitales App",
      "accept": {
        "text/plain": [".sdi", ".json"]
      },
      "icons": [
        {
          "src": "./icono_iperc.ico",
          "sizes": "256x256",
          "type": "image/x-icon"
        }
      ],
      "launch_type": "single-client"
    }
  ]
}