{
  "name": "Inmobiliare App",
  "short_name": "Inmobiliare",
  "description": "Noticias, Summits y Consulta de Inmobiliare.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FBFAF5",
  "theme_color": "#0E0F0D",
  "lang": "es-MX",
  "categories": ["news", "business", "productivity"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-270.png",
      "sizes": "270x270",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hoy",
      "short_name": "Hoy",
      "url": "./index.html#hoy"
    },
    {
      "name": "Summits",
      "short_name": "Summits",
      "url": "./index.html#summits"
    },
    {
      "name": "Consulta",
      "short_name": "Consulta",
      "url": "./index.html#consulta"
    }
  ]
}
