{
    "name": "SGD Level List",
    "short_name": "SGD List",
    "description": "The hardest Scratch Geometry Dash levels verified on video",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#000000",
    "theme_color": "#000000",
    "lang": "en",
    "icons": [
        {
            "src": "/list_icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/list_icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Leaderboard",
            "url": "/leaderboard"
        },
        {
            "name": "Levels List",
            "url": "/?list=listplus"
        }
    ]
}