{
  "name": "Sylvanote — Idea Library",
  "short_name": "Sylvanote",
  "description": "Capture ideas by voice, photo, or text. Catalogue them like a personal library.",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#223a1c",
  "background_color": "#f8f6e9",
  "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" }
  ],
  "shortcuts": [
    {
      "name": "Capture an Idea",
      "short_name": "Capture",
      "description": "Open directly to idea capture",
      "url": "/capture",
      "icons": [
        { "src": "/icons/capture-shortcut-192.png", "sizes": "192x192", "type": "image/png" }
      ]
    }
  ],
  "share_target": {
    "action": "/api/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "body",
      "url": "url",
      "files": [
        {
          "name": "image",
          "accept": ["image/*", "image/jpeg", "image/png", "image/webp", "image/heic", "image/heif"]
        }
      ]
    }
  }
}
