{
  "name": "KARAN — Apprendre devient un jeu.",
  "short_name": "KARAN",
  "description": "Transforme tes cours en fiches, flashcards et révisions intelligentes.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F6F4FC",
  "theme_color": "#4B32C3",
  "orientation": "portrait",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "shared_files",
          "accept": [
            "image/*",
            "application/pdf",
            ".pdf",
            ".docx",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
          ]
        }
      ]
    }
  }
}
