{
    "name": "MediaVault - Laxman's Personal Gallery",
    "short_name": "Laxman's Gallery",
    "description": "Your personal cloud gallery for photos and videos",
    "theme_color": "#6366f1",
    "background_color": "#ffffff",
    "display": "standalone",
    "orientation": "portrait-primary",
    "scope": "/",
    "start_url": "/",
    "id": "mediavault-pwa",
    "categories": [
        "photo",
        "multimedia",
        "productivity"
    ],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/icons/72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/92.png",
            "sizes": "92x92",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/196.png",
            "sizes": "196x196",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "maskable any"
        },
        {
            "src": "/icons/512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable any"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshots/desktop-1.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Gallery view on desktop"
        },
        {
            "src": "/screenshots/mobile-1.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile gallery view"
        }
    ],
    "shortcuts": [
        {
            "name": "Upload Media",
            "short_name": "Upload",
            "description": "Quickly upload photos and videos",
            "url": "/?action=upload",
            "icons": [
                {
                    "src": "/icons/196.png",
                    "sizes": "196x196"
                }
            ]
        },
        {
            "name": "View Gallery",
            "short_name": "Gallery",
            "description": "Browse your media collection",
            "url": "/?action=gallery",
            "icons": [
                {
                    "src": "/icons/196.png",
                    "sizes": "196x196"
                }
            ]
        }
    ]
}