{
  "name": "Écrivox — Transcription Audio IA",
  "short_name": "Écrivox",
  "description": "Transformez vos enregistrements audio et vidéo en texte avec l'IA. Transcription précise en 50+ langues.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4338ca",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Enregistrer",
      "short_name": "Enregistrer",
      "description": "Transcription en direct depuis le micro",
      "url": "/live",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Importer un fichier",
      "short_name": "Importer",
      "description": "Transcrire un fichier audio ou vidéo",
      "url": "/upload",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tableau de bord",
      "short_name": "Dashboard",
      "description": "Voir toutes vos transcriptions",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Écrivox — Tableau de bord"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Écrivox — Mobile"
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "fr"
}
