{
    "name": "Keep Watch",
    "short_name": "Keep Watch",
    "description": "A quiet place to gather, pray, and entrust what we cannot carry to God.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#f7f5ef",
    "theme_color": "#f7f5ef",
    "categories": [
        "lifestyle"
    ],
    "icons": [
        {
            "src": "/assets/pwa/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/pwa/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/assets/pwa/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}