{
  "name": "Morse Trainer — UFT",
  "short_name": "Morse",
  "description": "Apprentissage du code Morse par la méthode Koch — Union Française des Télégraphistes",
  "start_url": "/morse-app/",
  "scope": "/morse-app/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#0d1117",
  "orientation": "portrait-primary",
  "lang": "fr",
  "categories": ["education", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' rx='32' fill='%230d1117'/><text x='96' y='130' text-anchor='middle' font-size='100' font-family='monospace' fill='%23f0a500'>▬</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect width='512' height='512' rx='80' fill='%230d1117'/><text x='256' y='340' text-anchor='middle' font-size='260' font-family='monospace' fill='%23f0a500'>▬</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Exercice Koch",
      "short_name": "Koch",
      "url": "/morse-app/#exercise",
      "description": "Lancer un exercice d'écoute Koch"
    },
    {
      "name": "Mode Textes",
      "short_name": "Textes",
      "url": "/morse-app/#texts",
      "description": "Pratiquer sur des mots"
    },
    {
      "name": "Simulateur QSO",
      "short_name": "QSO",
      "url": "/morse-app/#qso",
      "description": "Simuler un échange radio"
    }
  ]
}
