{
    "name": "FileVault",
    "short_name": "FileVault",
    "description": "Secure file sharing — access your lecture materials anywhere.",
    "start_url": "/index.html",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "background_color": "#020617",
    "theme_color": "#020617",
    "orientation": "portrait-primary",
    "icons": [{
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-192-maskable.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "categories": ["education", "productivity"],
    "shortcuts": [{
        "name": "Browse Files",
        "short_name": "Files",
        "url": "/index.html",
        "icons": [{
            "src": "icon-192.png",
            "sizes": "192x192"
        }]
    }]
}