{
  "name": "Radio Día y Noche",
  "short_name": "Radio D&N",
  "description": "Metal extremo 24/7 — Progressive, Death Metal, Doom, Thrash y más. La voz de la oscuridad absoluta.",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0e0e0e",
  "theme_color": "#cf0000",
  "orientation": "any",
  "lang": "es",
  "dir": "ltr",
  "scope": "/",
  "categories": ["music", "entertainment", "radio"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Radio Día y Noche — vista escritorio"
    },
    {
      "src": "screenshots/mobile.jpg",
      "sizes": "390x844",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Radio Día y Noche — vista móvil"
    }
  ],
  "shortcuts": [
    {
      "name": "Escuchar en Vivo",
      "short_name": "En Vivo",
      "description": "Abre el reproductor en vivo de Radio Día y Noche",
      "url": "/#player",
      "icons": [
        {
          "src": "icons/shortcut-player.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Programación 24/7",
      "short_name": "Programación",
      "description": "Ver la grilla de programación completa",
      "url": "/#programacion",
      "icons": [
        {
          "src": "icons/shortcut-schedule.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Noticias del Metal",
      "short_name": "Noticias",
      "description": "Últimas noticias del mundo del metal extremo",
      "url": "/#noticias",
      "icons": [
        {
          "src": "icons/shortcut-news.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "related_applications": [],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+radiodan",
      "url": "/?stream=%s"
    }
  ],
  "edge_side_panel": {
    "preferred_width": 480
  }
}