{
  "name": "Vérité — Chat Analyzer",
  "short_name": "Vérité",
  "description": "Analyse tes conversations WhatsApp. Red flags, scores, insights.",
  "start_url": "https://ve-rite.app/",
  "id": "https://ve-rite.app/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8b5cf6",
  "orientation": "portrait",
  "categories": ["utilities", "lifestyle"],
  "lang": "fr",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "file",
          "accept": ["text/plain", ".txt", "application/zip", ".zip"]
        }
      ]
    }
  }
}
