{
  "name": "Melody Shop",
  "short_name": "MelodyShop",
  "description": "Plateforme SaaS de radio in-store et marketing sonore pour les professionnels du commerce.",
  "start_url": "/client/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#0a0e1a",
  "background_color": "#0a0e1a",
  "orientation": "any",
  "icons": [
    {
      "src": "/static/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/static/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/client/",
      "description": "Tableau de bord principal",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Stations",
      "short_name": "Stations",
      "url": "/client/stations",
      "description": "Gestion des stations et playlists",
      "icons": [
        {
          "src": "/static/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": ["business", "music", "entertainment"]
}
