{
    "name": "BUMA GFD Report App",
    "short_name": "BUMA GFD Report",
    "description": "BUMA GFD Report Management Application",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#16a34a",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/images/company-logo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/company-logo.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/images/company-logo.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "categories": ["productivity", "business"],
    "shortcuts": [
        {
            "name": "Create Report",
            "short_name": "New Report",
            "description": "Create a new report",
            "url": "/reports/create",
            "icons": [
                {
                    "src": "/images/company-logo.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View Reports",
            "short_name": "Reports",
            "description": "View all reports",
            "url": "/reports",
            "icons": [
                {
                    "src": "/images/company-logo.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
