{
  "name": "ChocoShare",
  "short_name": "ChocoShare",
  "description": "Share files securely device-to-device with no size limits.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFFDD0",
  "theme_color": "#3C1F00",
  "lang": "en",
  "scope": "/",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "shared_files",
          "accept": [
            "*/*"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/logo-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "/?id=chocoshare",
  "dir": "ltr",
  "orientation": "portrait",
  "categories": [
    "network",
    "productivity"
  ]
}