{
  "id": "nuestro-hogar-pwa",
  "name": "Nuestro Hogar PWA",
  "short_name": "Nuestro Hogar",
  "start_url": "https://apphogar.pages.dev/app",
  "scope": "https://apphogar.pages.dev",
  "display": "standalone",
  "background_color": "#DBEAFE",
  "theme_color": "#0B1938",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/3081/3081559.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/3081/3081559.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}