{
  "short_name": "ChatArchiv",
  "name": "ChatArchiv - WhatsApp Chat Export",
  "icons": [
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": "/",
  "background_color": "#075e54",
  "display": "standalone",
  "scope": "/",
  "theme_color": "#075e54",
  "description": "Exportiere deine WhatsApp Chats als wunderschöne PDFs.",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "media_zip",
          "accept": ["application/zip", ".zip", "text/plain", ".txt"]
        }
      ]
    }
  }
}
