{
    "name": "JARVIS Assistant",
    "short_name": "JARVIS",
    "description": "Personal AI Assistant - Just A Rather Very Intelligent System",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#1a1a2e",
    "theme_color": "#1a1a2e",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Ccircle cx='96' cy='96' r='90' fill='%230a0a1a' stroke='%2300d4ff' stroke-width='6'/%3E%3Ctext x='96' y='130' text-anchor='middle' font-family='Arial,sans-serif' font-weight='bold' font-size='96' fill='%2300d4ff'%3EJ%3C/text%3E%3C/svg%3E",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='240' fill='%230a0a1a' stroke='%2300d4ff' stroke-width='12'/%3E%3Ctext x='256' y='340' text-anchor='middle' font-family='Arial,sans-serif' font-weight='bold' font-size='256' fill='%2300d4ff'%3EJ%3C/text%3E%3C/svg%3E",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["productivity", "utilities"],
    "shortcuts": [
        {
            "name": "Ask JARVIS",
            "short_name": "Ask",
            "description": "Open JARVIS to ask a question",
            "url": "/?action=ask"
        }
    ]
}
