{
    "name": "Create Future",
    "short_name": "Create Future",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0D0806",
    "theme_color": "#0D0806",
    "description": "Become the person you are meant to be. AI-powered guided meditations, emotional coaching, affirmations, and personal transformation.",
    "orientation": "any",
    "prefer_related_applications": false,
    "categories": ["health", "lifestyle", "education"],
    "icons": [
        {
            "src": "icons/Icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icons/Icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "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"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Daily Check-In",
            "short_name": "Check-In",
            "description": "Log your mood and check in with your emotional state",
            "url": "/home",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Guided Session",
            "short_name": "Meditate",
            "description": "Start a guided meditation session",
            "url": "/journey",
            "icons": [{ "src": "icons/Icon-192.png", "sizes": "192x192" }]
        }
    ]
}
