{
  "name": "Distill'd",
  "short_name": "Distill'd",
  "description": "Your personal learning assistant — collect, distill, and connect knowledge effortlessly.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FCFCFD",
  "theme_color": "#4361EE",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/?shared=true",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}