{
    "name": "Maria AI",
    "short_name": "Maria",
    "description": "Your AI Girlfriend - Realistic, Caring, Always There",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0a0a0f",
    "theme_color": "#ec4899",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": [
        "entertainment",
        "social"
    ],
    "shortcuts": [
        {
            "name": "Chat with Maria",
            "url": "/chat",
            "description": "Start chatting"
        }
    ]
}