{
    "name": "Interbeing - Mindfulness & Meditation",
    "short_name": "Interbeing",
    "description": "Start your mindfulness journey with Interbeing. Access guided meditation, sleep stories, and stress relief techniques. Find your inner peace today.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#FDF6F0",
    "theme_color": "#FFA726",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "en-US",
    "categories": ["health", "lifestyle", "wellness"],
    "screenshots": [
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "label": "Interbeing meditation app homepage"
        }
    ],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "icons/Icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icons/Icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Start Meditation",
            "short_name": "Meditate",
            "description": "Begin your daily meditation session",
            "url": "/meditation",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Sleep Stories",
            "short_name": "Sleep",
            "description": "Listen to calming sleep stories",
            "url": "/sleep",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Stress Relief",
            "short_name": "Relief",
            "description": "Quick stress relief techniques",
            "url": "/stress-relief",
            "icons": [
                {
                    "src": "icons/Icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
