{
    "name": "Royal Mind",
    "short_name": "RoyalMind",
    "description": "Royal Mind - Your journey to mindfulness and personal growth",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0F1610",
    "theme_color": "#D4AF37",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/assets/front/img/Logo-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/front/img/Logo-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/front/img/favicon_icon.png",
            "sizes": "32x32",
            "type": "image/png"
        }
    ],
    "categories": ["education", "lifestyle", "health"],
    "shortcuts": [
        {
            "name": "Meditation",
            "url": "/meditation",
            "description": "Start your meditation journey",
            "icons": [
                {
                    "src": "/assets/front/img/favicon_icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Life Journey",
            "url": "/life-journey",
            "description": "Continue your life journey",
            "icons": [
                {
                    "src": "/assets/front/img/favicon_icon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Royal AI",
            "url": "/chat",
            "description": "Chat with Royal AI",
            "icons": [
                {
                    "src": "/assets/front/img/icon-ai.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "screenshots": [],
    "features": [
        "Cross Platform",
        "Offline Capable",
        "Push Notifications"
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": ["image/*", "video/*"]
                }
            ]
        }
    }
}