{
    "short_name": "IRRC",
    "name": "staff-irrc App",
    "description": "App for irrc staff with offline support.",
    "id": "com.staffirrc.app",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f141a",
    "theme_color": "#0f141a",
    "categories": ["education", "productivity"],
    "screenshots": [
        {
            "src": "/icons/192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "icons": [
        {
            "src": "/icons/192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/1024.png",
            "type": "image/png",
            "sizes": "1024x1024",
            "purpose": "any maskable"
        }
    ],
    "launch_handler": {
        "client_mode": "navigate-existing"
    },
    "share_target": {
        "action": "/share",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "name",
            "text": "description",
            "url": "start_url"
        }
    },
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "Go to main dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icons/192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "Training",
            "short_name": "Training",
            "description": "View training content",
            "url": "/training",
            "icons": [
                {
                    "src": "/icons/192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false
}