{
  "name": "Voice to Text - App de Reconnaissance Vocale",
  "short_name": "Voice to Text",
  "description": "Application de transcription vocale en texte gratuite avec sauvegarde en base de données",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#6366f1",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%236366f1' width='192' height='192'/><text x='96' y='120' font-size='80' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'>🎤</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 fill='%236366f1' width='512' height='512'/><text x='256' y='380' font-size='300' font-weight='bold' fill='white' text-anchor='middle' font-family='Arial'>🎤</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%236366f1' width='540' height='720'/><text x='270' y='360' font-size='100' fill='white' text-anchor='middle'>Voice to Text App</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%236366f1' width='1280' height='720'/><text x='640' y='360' font-size='100' fill='white' text-anchor='middle'>Voice to Text App</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Démarrer l'enregistrement",
      "short_name": "Enregistrer",
      "description": "Commencer à enregistrer la voix",
      "url": "/?action=record",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='40' fill='%236366f1'/><circle cx='48' cy='48' r='25' fill='white'/></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Voir l'historique",
      "short_name": "Historique",
      "description": "Voir toutes les transcriptions sauvegardées",
      "url": "/?action=history",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect x='10' y='10' width='76' height='76' fill='none' stroke='%236366f1' stroke-width='4' rx='8'/><text x='48' y='55' font-size='40' fill='%236366f1' text-anchor='middle' font-family='Arial'>📝</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
