{
    "name": "Nepal Photo Hub",
    "short_name": "Nepal Photo Hub",
    "description": "Nepal Photo Hub - Premier Photography Platform in Nepal",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#FFB800",
    "orientation": "portrait",
    "categories": [
        "photography",
        "social",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Trending Reels",
            "short_name": "Reels",
            "description": "Watch the latest photography reels",
            "url": "/reels",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "My Media",
            "short_name": "Media",
            "description": "Manage your photography portfolio",
            "url": "/my-media",
            "icons": [
                {
                    "src": "/android-chrome-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "screenshots": []
}