{
    "name": "MyStartupQuest",
    "short_name": "StartupQuest",
    "description": "Start with $0. Build a company. Live with the consequences.",
    "id": "/",
    "start_url": "/runs",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0b1729",
    "theme_color": "#0b1729",
    "categories": [
        "games",
        "education"
    ],
    "icons": [
        {
            "src": "/assets/icons/icon-192.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/icons/icon-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any maskable"
        }
    ]
}
