{
  "name": "NOTASUN - Apprends le Piano",
  "short_name": "NOTASUN",
  "description": "App pédagogique pour apprendre le piano avec LEDs synchronisées et partition musicale",
  "id": "/",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0f24",
  "theme_color": "#4A8FFF",
  "scope": "/",
  "orientation": "any",
  "categories": [
    "education",
    "music"
  ],
  "lang": "fr",
  "icons": [
    {
      "src": "icons/app_icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/app_icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}