{
    "name": "Steward - Church Safety Reporting",
    "short_name": "Steward",
    "description": "Church incident and safety reporting system designed to produce legally defensible incident records",
    "start_url": "/overview",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#0d9488",
    "orientation": "any",
    "scope": "/",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-256.png",
            "sizes": "256x256",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Report Incident",
            "short_name": "Report",
            "description": "Quickly report a new incident",
            "url": "/report",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "View Incidents",
            "short_name": "Incidents",
            "description": "View all incidents",
            "url": "/incidents",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ],
    "categories": ["business", "productivity", "utilities"],
    "lang": "en-US",
    "dir": "ltr",
    "prefer_related_applications": false
}
