{
  "name": "KAS Messenger",
  "short_name": "KAS Chat",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0b0e",
  "theme_color": "#0b0b0e",
  "icons": [
    {
      "src": "/kas-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/kas-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-target-handler",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_files",
          "accept": ["image/*", "video/*", "application/*", "text/*"]
        }
      ]
    }
  }
}
