{
    "name": "APRSMY Net Dashboard",
    "short_name": "APRSMY Net",
    "description": "Real-time dashboard for Malaysian APRS Sunday Net check-ins",
    "categories": ["utilities", "radio", "social"],
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#0f172a",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/static/logo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/static/logo.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}