{
    "name": "Mr Solution",
    "short_name": "Mr Solution",
    "description": "Educational tools for sniffing and network analysis.",
    "icons": [
        {
            "src": "/favico.ico",
            "sizes": "192x192",
            "type": "image/ico",
            "purpose": "any"
        },
        {
            "src": "/favico.ico",
            "sizes": "192x192",
            "type": "image/ico",
            "purpose": "any"
        },
        {
            "src": "/favico.ico",
            "sizes": "192x192",
            "type": "image/ico",
            "purpose": "any"
        }
    ],
    "theme_color": "#ffffff",
    "background-color": "#ffffff;",
    "display": "standalone",
    "scope": "/",
    "start_url": "/?utm_source=web_app_manifest",
    "orientation": "portrait",
    "lang": "en-US",
    "prefer_related_applications": false,
    "related_applications": [],
    "screenshots": [
        {
            "src": "/screenshots/screenshot1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "description": "A screenshot showcasing the main interface"
        }
    ],
    "categories": [
        "productivity",
        "tools"
    ],
    "shortcuts": [
        {
            "name": "Open Dashboard",
            "url": "/dashboard",
            "description": "Quick access to the user dashboard"
        }
    ]
}