{
  "name": "Vectoryon",
  "short_name": "Vectoryon",
  "description": "Secure AI Agent Platform hosted in Switzerland",
  "id": "/",
  "start_url": "/user/dashboard",
  "display": "standalone",
  "background_color": "#0cc0ff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new conversation with an AI agent",
      "url": "/user/dashboard"
    },
    {
      "name": "Agents",
      "short_name": "Agents",
      "description": "Manage your AI agents",
      "url": "/agents"
    },
    {
      "name": "Voice starten",
      "short_name": "Voice",
      "url": "/user/dashboard?voice=true"
    }
  ]
}
