{
  "name": "BLS Radio",
  "short_name": "BLS Radio",
  "description": "Deep House & Electronic Music — Live Stream 24h/24",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#03060D",
  "theme_color": "#03060D",
  "lang": "fr",
  "categories": [
    "music",
    "entertainment"
  ],
  "icons": [
    {
      "src": "images/icons/apple-touch.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/logos/logo-200.png",
      "sizes": "200x200",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "images/logos/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "images/BLS-Radio-com-Housemusic-Deepshouse-EDM.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "BLS Radio — Accueil"
    }
  ],
  "shortcuts": [
    {
      "name": "Écouter en direct",
      "short_name": "Live",
      "description": "Lancer le stream BLS Radio",
      "url": "./lecteur.html",
      "icons": [
        {
          "src": "images/icons/apple-touch.png",
          "sizes": "180x180"
        }
      ]
    },
    {
      "name": "Actualités",
      "short_name": "Actus",
      "url": "./actualites.html",
      "icons": [
        {
          "src": "images/icons/apple-touch.png",
          "sizes": "180x180"
        }
      ]
    },
    {
      "name": "Événements",
      "short_name": "Events",
      "url": "./evenements.html",
      "icons": [
        {
          "src": "images/icons/apple-touch.png",
          "sizes": "180x180"
        }
      ]
    }
  ]
}