{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Puerta de Tannhäuser",
  "short_name": "Puerta de Tannhäuser",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#fff",
  "theme_color": "#222",
  "description": "Puerta de Tannhäuser, en busca del Venusberg.",
  "icons": [{
    "src": "/static/icons/puertadetannhauser.png",
    "sizes": "48x48",
    "type": "image/png"
  }, {
    "src": "/static/icons/puertadetannhauser-72.png",
    "sizes": "72x72",
    "type": "image/png"
  }, {
    "src": "/static/icons/puertadetannhauser-96.png",
    "sizes": "96x96",
    "type": "image/png"
  }, {
    "src": "/static/icons/puertadetannhauser-144.png",
    "sizes": "144x144",
    "type": "image/png"
  }, {
    "src": "/static/icons/puertadetannhauser-256.png",
    "sizes": "256x256",
    "type": "image/png"
  }, {
      "src": "/static/icons/puertadetannhauser-512.png",
      "type": "image/png",
      "sizes": "512x512"
  }, {
    "src": "/static/icons/maskable_icon.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "any maskable"
  }]
}
