{
  "name": "absorb.md",
  "short_name": "absorb",
  "description": "Compiled knowledge feeds for humans and agents",
  "start_url": "/capture",
  "display": "standalone",
  "background_color": "#F8F5EF",
  "theme_color": "#F8F5EF",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
