{
  "name": "ove",
  "short_name": "ove",
  "description": "AI assistant connecting all your workplace apps into one interface",
  "start_url": "/dashboard/chat",
  "display": "standalone",
  "background_color": "#060606",
  "theme_color": "#060606",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Chat",
      "url": "/dashboard/chat",
      "description": "Start a new AI conversation"
    },
    {
      "name": "Dashboard",
      "url": "/dashboard",
      "description": "View your dashboard"
    }
  ]
}
