{
  "name": "Organizer",
  "short_name": "Organizer",
  "description": "Your personal AI knowledge system",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#09090c",
  "theme_color": "#09090c",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New chat",
      "url": "/",
      "description": "Start a new conversation"
    },
    {
      "name": "Capture",
      "url": "/?capture=1",
      "description": "Capture a note or link"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "url": "url",
      "text": "text",
      "title": "title",
      "files": [
        {
          "name": "shared_files",
          "accept": ["application/pdf", "text/markdown", "text/plain", "image/*", "audio/*", "video/*"]
        }
      ]
    }
  },
  "categories": ["productivity", "utilities"],
  "orientation": "any",
  "screenshots": []
}
