{
  "name": "Yustian Smart Assistant",
  "short_name": "YSA",
  "description": "Smart database client with multi-DB support, notes, kanban, and AI research",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#0f0f14",
  "theme_color": "#6366f1",
  "icons": [
    {
      "src": "/static/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    },
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
