{
  "name": "LangReply — Traduction automatique de courriels",
  "short_name": "LangReply",
  "description": "Traduisez et répondez à vos courriels multilingues automatiquement avec l'IA LangReply.",
  "id": "/portal/",
  "start_url": "/portal/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "portrait-primary",
  "background_color": "#0B1220",
  "theme_color": "#4F46E5",
  "lang": "fr",
  "dir": "ltr",
  "categories": [
    "productivity",
    "business",
    "communication"
  ],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-1.png",
      "sizes": "1080x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Tableau de bord LangReply"
    },
    {
      "src": "/screenshots/desktop-2.png",
      "sizes": "1080x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Traductions automatiques"
    },
    {
      "src": "/screenshots/mobile-1.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Portail mobile LangReply"
    },
    {
      "src": "/screenshots/mobile-2.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Boîte mail unifiée"
    }
  ],
  "shortcuts": [
    {
      "name": "SMS",
      "short_name": "SMS",
      "description": "Accès rapide au module SMS",
      "url": "/portal/?tab=sms",
      "icons": [
        {
          "src": "/icons/shortcut-sms.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Boîte mail",
      "short_name": "Mail",
      "description": "Ouvrir la boîte mail unifiée",
      "url": "/portal/?tab=mail",
      "icons": [
        {
          "src": "/icons/shortcut-mail.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Forfaits",
      "short_name": "Forfaits",
      "description": "Voir les forfaits et l'abonnement",
      "url": "/portal/?tab=billing",
      "icons": [
        {
          "src": "/icons/shortcut-billing.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/portal/share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "auto"
    ]
  },
  "edge_side_panel": {
    "preferred_width": 480
  }
}