{
  "name": "SARA - Cognitive Executive Assistant",
  "short_name": "SARA",
  "description": "AI-powered task management and proposal system",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "People",
      "short_name": "People",
      "description": "View people list",
      "url": "/people",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Chat",
      "short_name": "Chat",
      "description": "Open chat",
      "url": "/chat",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    },
    {
      "name": "Tasks",
      "short_name": "Tasks",
      "description": "View tasks",
      "url": "/inbox",
      "icons": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}
