{
  "name": "SPA Service",
  "short_name": "SPA",
  "start_url": "/inicio",
  "scope": "/",
  "display": "standalone",
  "background_color": "#020617",
  "theme_color": "#0d6efd",
  "icons": [
    {
      "src": "/assets/icons/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/assets/icons/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
