{
  "name": "Mithlesh Pardhi & Co. — Practice Portal",
  "short_name": "MP & Co.",
  "description": "Client, task, document and payment portal for Mithlesh Pardhi & Co., Chartered Accountants.",
  "start_url": "/auth",
  "scope": "/",
  "id": "/auth",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0b1f3a",
  "icons": [
    { "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/pwa-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/api/public/share-inbox",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "application/pdf", ".pdf", ".jpg", ".jpeg", ".png", ".webp", ".heic", ".csv", ".xls", ".xlsx", ".doc", ".docx", ".zip"]
        }
      ]
    }
  }
}
