{
  "name": "Master Streaming Radio",
  "short_name": "Master Streaming",
  "description": "Radio en vivo de Master Streaming HD con la mejor calidad de sonido y música las 24 horas.",
  "id": "master-streaming-hd-pwa",
  "start_url": "./index.html?utm_source=pwa",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0f1a",
  "theme_color": "#ff8c00",
  "categories": ["music", "entertainment", "social"],
  "icons": [
    {
      "src": "Logo1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "Logo1.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "Logo1.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "shortcuts": [
    {
      "name": "Escuchar Ahora",
      "short_name": "Escuchar",
      "description": "Reproducir la radio en vivo inmediatamente",
      "url": "./index.html?utm_source=shortcut",
      "icons": [{ "src": "Logo1.png", "sizes": "192x192" }]
    }
  ]
}