{
    "name": "FINDI - Find Your Adventure",
    "short_name": "FINDI",
    "description": "Your ultimate travel companion for adventures, trekking, hotels, and more",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#0B0E14",
    "theme_color": "#10B981",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/logo.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": [
        "travel",
        "lifestyle",
        "navigation"
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Book Hotel",
            "short_name": "Hotels",
            "description": "Find and book hotels",
            "url": "/?action=hotels",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Activity Tracking",
            "short_name": "Activity",
            "description": "Track your outdoor activities",
            "url": "/?action=activity",
            "icons": [
                {
                    "src": "/logo.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "image/*",
                        "video/*"
                    ]
                }
            ]
        }
    }
}