{
  "name": "Kelper",
  "short_name": "Kelper",
  "start_url": "/app",
  "scope": "/",
  "id": "/app",
  "display": "standalone",
  "theme_color": "#F5F2EC",
  "background_color": "#F5F2EC",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
