{
  "name": "ResaKit — Coach fitness IA",
  "short_name": "ResaKit",
  "description": "Tracker fitness tout-en-un : muscu, cardio, 60+ sports, coach IA personnel, photos progression et sync auto entre tous tes appareils. Gratuit, hors-ligne, sans pub.",
  "start_url": "/?source=pwa",
  "id": "/",
  "display": "standalone",
  "display_override": ["tabbed", "window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#050505",
  "theme_color": "#FF6B35",
  "lang": "fr",
  "dir": "ltr",
  "scope": "/",
  "prefer_related_applications": false,
  "related_applications": [],
  "handle_links": "preferred",
  "categories": ["fitness", "health", "sports", "lifestyle"],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "note_taking": {
    "new_note_url": "/?action=note"
  },
  "protocol_handlers": [
    { "protocol": "web+resakit", "url": "/?open=%s" }
  ],
  "file_handlers": [
    {
      "action": "/?import=1",
      "accept": { "application/json": [".json"] },
      "launch_type": "single-client"
    }
  ],
  "scope_extensions": [],
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-180.png",  "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/dashboard.png",  "sizes": "1284x2778", "type": "image/png", "form_factor": "narrow", "label": "Dashboard avec records auto et stats hebdo" },
    { "src": "/screenshots/coach.png",      "sizes": "1284x2778", "type": "image/png", "form_factor": "narrow", "label": "Coach IA personnel à mémoire long-terme" },
    { "src": "/screenshots/calendar.png",   "sizes": "1284x2778", "type": "image/png", "form_factor": "narrow", "label": "Calendrier visuel — tout l'historique" },
    { "src": "/screenshots/sports.png",     "sizes": "1284x2778", "type": "image/png", "form_factor": "narrow", "label": "60+ sports : padel, ski, golf, escalade…" },
    { "src": "/screenshots/progress.png",   "sizes": "1284x2778", "type": "image/png", "form_factor": "narrow", "label": "Photos avant/après et courbes de progression" },
    { "src": "/screenshots/desktop.png",    "sizes": "1920x1080", "type": "image/png", "form_factor": "wide",   "label": "ResaKit sur ordinateur — vue large" }
  ],
  "shortcuts": [
    {
      "name": "Nouvelle séance",
      "short_name": "Séance",
      "description": "Démarrer une nouvelle séance",
      "url": "/?action=new-session",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Coach IA",
      "short_name": "Coach",
      "description": "Parler au coach IA",
      "url": "/?action=coach",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Calendrier",
      "short_name": "Calendrier",
      "description": "Voir l'historique",
      "url": "/?action=calendar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Rapport de la semaine",
      "short_name": "Rapport",
      "description": "Voir le rapport hebdo",
      "url": "/?action=weekly-report",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/?share-target=1",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
