{
  "name": "Webradio Manager",
  "short_name": "Webradio",
  "description": "Studio DJ webradio 24/7 — gestion de bibliothèque, streaming Icecast, automatisation",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f15",
  "theme_color": "#6366f1",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "fr",
  "categories": ["music", "utilities", "productivity"],
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Studio DJ",
      "short_name": "Studio",
      "description": "Ouvrir le studio DJ avec decks A/B",
      "url": "/#dashboard",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Playlist",
      "short_name": "Playlist",
      "description": "Gérer la playlist en cours",
      "url": "/#playlist",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Bibliothèque",
      "short_name": "Bibliothèque",
      "description": "Parcourir la bibliothèque musicale",
      "url": "/#library",
      "icons": [{ "src": "/static/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/static/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Studio DJ - Decks A/B et Mixer"
    },
    {
      "src": "/static/screenshots/mobile.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Interface mobile PWA"
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}