{
    "name": "Hutterite Bookshelf — Songs, Hymns & Literature",
    "short_name": "Bookshelf",
    "description": "Browse and search Hutterite songs, hymns, and books. Read lyrics, explore collections, and join synchronized sing-along sessions.",
    "start_url": "/",
    "id": "/?source=pwa",
    "display": "standalone",
    "background_color": "#161215",
    "theme_color": "#161215",
    "icons": [
        {
            "src": "/static/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/icons/icon.min.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ],
    "screenshots": [
        {
            "src": "/static/screenshots/screenshot1-wide.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/static/screenshots/screenshot2-mobile.png",
            "sizes": "720x1280",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}