{
    "name": "Blessings",
    "short_name": "Blessings",
    "description": "Request and share blessings",
    "start_url": "/blessings/app/",
    "scope": "/blessings/",
    "display": "standalone",
    "background_color": "#faf7f2",
    "theme_color": "#3d3529",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/blessings/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/blessings/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}
