{
  "name": "ChatLume - Private WhatsApp Chat Viewer",
  "short_name": "ChatLume",
  "id": "https://chatlume.app/",
  "description": "Private WhatsApp chat viewer, analyzer, and Wrapped generator that runs locally without uploading data.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0b141a",
  "theme_color": "#00a884",
  "orientation": "portrait-primary",
  "categories": ["utilities", "productivity", "social"],
  "icons": [
    {
      "src": "assets/favicon.ico",
      "sizes": "256x256 128x128 64x64 48x48 32x32 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "assets/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "WhatsApp Viewer",
      "short_name": "WhatsApp",
      "description": "View WhatsApp chats locally",
      "url": "/public/viewer.html",
      "icons": [{ "src": "assets/logo-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Instagram Viewer",
      "short_name": "Instagram",
      "description": "View Instagram DMs locally",
      "url": "/public/instagram-viewer.html",
      "icons": [{ "src": "assets/logo-192.png", "sizes": "192x192" }]
    }
  ]
}
