{
  "name": "dhikr",
  "short_name": "dhikr",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0c0c10",
  "theme_color": "#e6a020",
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/api/file?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "shared_file",
          "accept": [".xls", ".xlsx", ".csv", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "application/vnd.ms-excel"]
        }
      ]
    }
  }
}