{
  "name": "POPPED — Dein Chat. Aber lustiger.",
  "short_name": "POPPED",
  "description": "Lade deinen WhatsApp-Verlauf hoch – die KI macht daraus Roasts, Songs und mehr.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#08080F",
  "theme_color": "#08080F",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        { "name": "chat", "accept": ["text/plain", "application/zip", "text/*", ".txt", ".zip"] }
      ]
    }
  }
}
