{
  "name": "Lumina - Artist Dashboard",
  "short_name": "Lumina Artist",
  "description": "Dashboard professionnel pour artistes - Gérez vos tracks, statistiques et monétisation en temps réel",
  "lang": "fr-FR",
  "start_url": "/artists/artist.html",
  "scope": "/artists/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": [
    "music",
    "productivity"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "id": "com.lumina.artist.twa",
      "url": "https://play.google.com/store/apps/details?id=com.lumina.artist.twa"
    }
  ],
  "shortcuts": [
    {
      "name": "Voir mes tracks",
      "short_name": "Tracks",
      "description": "Accéder rapidement à tes tracks en attente de vérification",
      "url": "/artists/artist.html#tracks",
      "icons": [
        {
          "src": "icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Statistiques",
      "short_name": "Stats",
      "description": "Voir tes statistiques d'écoute et gains",
      "url": "/artists/artist.html#stats",
      "icons": [
        {
          "src": "icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "icons": [
    {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "icons/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    }
  ]
}
