{
  "name": "Xale",
  "short_name": "Xale",
  "description": "Take a breath. Set down the chaos.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "theme_color": "#FAF5EC",
  "background_color": "#FAF5EC",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/inbox/receive",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "application/pdf",
            "audio/*",
            "video/*",
            "text/plain",
            "text/markdown"
          ]
        }
      ]
    }
  }
}
