{
  "short_name": "Matrimony",
  "name": "Pakistani Matrimony Match Finder",
  "description": "WhatsApp Group Chat Proposal Parser & Offline Match Finder",
  "icons": [
    {
      "src": "./icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "./icon-maskable-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "./favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    }
  ],
  "start_url": "./",
  "scope": "./",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "display": "standalone",
  "orientation": "any",
  "share_target": {
    "action": "./",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "shared_chat_file",
          "accept": [
            "text/plain",
            "application/zip",
            "application/x-zip-compressed",
            "application/octet-stream"
          ]
        }
      ]
    }
  }
}
