{
  "id": "/",
  "name": "Keptara",
  "short_name": "Keptara",
  "description": "Show what happened.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f6f3ec",
  "theme_color": "#f6f3ec",
  "icons": [
    {
      "src": "/keptara-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*",
            "application/pdf",
            "text/plain",
            "text/csv",
            "text/rtf",
            "application/rtf",
            ".pdf",
            ".txt",
            ".csv",
            ".rtf",
            ".doc",
            ".docx",
            ".xls",
            ".xlsx",
            ".ppt",
            ".pptx",
            ".odt",
            ".ods",
            ".odp"
          ]
        }
      ],
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
