{
    "name": "UCC IT App",
    "short_name": "UCC IT",
    "description": "UCC IT Department Progressive Web App.",

    "start_url": "/",
    "scope": "/",

    "display": "standalone",
    "orientation": "portrait",

    "background_color": "#003366",
    "theme_color": "#003366",

    "categories": ["education", "productivity"],

    "icons": [
        {
            "src": "/images/icons/icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/icons/icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}