{
  "name": "Kotha — Chat Memories",
  "short_name": "Kotha",
  "description": "Relive your WhatsApp memories with AI-powered conversations",
  "id": "/app",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#f8f9fb",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "472x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Kotha Chat Analytics Dashboard"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1024x665",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Kotha Analytics Analytics View"
    }
  ],
  "categories": ["social", "entertainment", "utilities"],
  "lang": "en",
  "prefer_related_applications": false,
  "related_applications": [],
  "shortcuts": [
    {
      "name": "Analyze Chats",
      "url": "/app",
      "description": "Upload and analyze your WhatsApp chat files"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "files",
          "accept": ["application/zip", "text/plain", ".zip", ".txt"]
        }
      ]
    }
  }
}

