{
  "id": "./index.html",
  "name": "VS22 · Vida Saludable Siglo XXII · Nivel 2",
  "short_name": "VS22 Nivel 2",
  "description": "Recetas, herramientas, seguimiento y bonos educativos de VS22 Nivel 2.",
  "lang": "es",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "background_color": "#f4f6f1",
  "theme_color": "#557a65",
  "orientation": "any",
  "icons": [
    {
      "src": "img/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inicio",
      "short_name": "Inicio",
      "url": "./index.html",
      "icons": [
        {
          "src": "img/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Recetas",
      "short_name": "Recetas",
      "url": "./recetarioreal.html",
      "icons": [
        {
          "src": "img/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Air Fryer",
      "short_name": "Air Fryer",
      "url": "./airfryer.html",
      "icons": [
        {
          "src": "img/pwa/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}