{
  "name": "SAGE — Synthetic Assistant for Guidance and Expertise",
  "short_name": "SAGE",
  "description": "Capture, review, retrieve, and maintain living knowledge.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#06100d",
  "theme_color": "#06100d",
  "icons": [
    { "src": "/sage-icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Capture knowledge", "short_name": "Capture", "url": "/share-target" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  }
}
