{
    "name": "Vertex Agent",
    "short_name": "VertexAgent",
    "description": "AI agent running purely in your browser",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#863bff",
    "orientation": "any",
    "icons": [
        {
            "src": "./favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}