{
  "name": "IdeaForge Capture",
  "short_name": "Stash",
  "start_url": "/capture",
  "display": "standalone",
  "background_color": "#0C0C0A",
  "theme_color": "#0C0C0A",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Forge with AI",
      "short_name": "Forge",
      "description": "Open the AI forge and turn something into ideas",
      "url": "/?ai=1#/forge",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Stash something",
      "short_name": "Stash",
      "description": "Send a link, note or thought into the inbox",
      "url": "/capture",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "/api/stash/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "media", "accept": ["image/*", "video/*"] }]
    }
  }
}
