{
    "short_name": "Krishna",
    "name": "Digital Krishna",
    "description": "Scripture-based guidance, daily verses, reflection, and calm breathing tools.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0a2010",
    "theme_color": "#0d3320",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Verse of the Day",
            "short_name": "Daily Verse",
            "description": "Open today's daily verse.",
            "url": "/widget",
            "icons": [
                {
                    "src": "/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Breathe with me",
            "short_name": "Breathe",
            "description": "Open the calm breathing tool.",
            "url": "/meditation",
            "icons": [
                {
                    "src": "/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        },
        {
            "name": "Talk to Krishna",
            "short_name": "Chat",
            "description": "Open the scripture-guided chat.",
            "url": "/chat",
            "icons": [
                {
                    "src": "/icon.svg",
                    "sizes": "any",
                    "type": "image/svg+xml"
                }
            ]
        }
    ]
}
