{
  "name": "Kavi",
  "short_name": "Kavi",
  "description": "Personal productivity platform",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#E36B2B",
  "background_color": "#FAF7F2",
  "icons": [
    { "src": "/icons/kavi-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/kavi-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/kavi-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/kavi-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
