{
  "name": "SONAURA — Prototype EZ",
  "short_name": "SONAURA",
  "description": "Transformer une intention musicale en package SUNO structuré.",
  "start_url": "./#/home",
  "display": "standalone",
  "background_color": "#FBF4E8",
  "theme_color": "#073E46",
  "lang": "fr",
  "icons": [
    {
      "src": "assets/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "scope": "./"
}