{
    "short_name": "Tabmatic",
    "name": "Tabmatic: Host speech and debate tournaments",
    "description": "Tabmatic is a platform for hosting speech and debate tournaments.",
    "lang": "en",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/favicon.ico",
            "sizes": "64x64",
            "type": "image/x-icon"
        },
        {
            "src": "/favicon.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#8C50E0",
    "theme_color": "#8C50E0",
    "shortcuts": [
        {
            "name": "View my current tournaments",
            "short_name": "My Tournaments",
            "description": "View tournaments you have created or joined that are currently active.",
            "url": "/tournaments"
        },
        {
            "name": "Create a new tournament",
            "short_name": "Create Tournament",
            "description": "Create and manage a new tournament.",
            "url": "/tournaments/new-tournament"
        },
        {
            "name": "View my teams",
            "short_name": "My Teams",
            "description": "View teams you have created or joined.",
            "url": "/schools"
        }
    ]
}