{
    "name": "Teachmate",
    "short_name": "Teachmate",
    "start_url": "/hub",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#FFF8F2",
    "theme_color": "#F2633B",
    "icons": [
        {
            "src": "icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Chat Assistant",
            "short_name": "Chat",
            "url": "/chat",
            "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
        }
    ]
}
