{
    "name": "Memorial Booklet",
    "short_name": "Memorial",
    "description": "A digital memorial booklet for celebrating the life of a loved one",
    "start_url": "/index.html",
    "display": "standalone",
    "background_color": "#FDF8F0",
    "theme_color": "#36454F",
    "orientation": "portrait",
    "icons": [
        {
            "src": "assets/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "assets/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "categories": ["lifestyle", "utilities"],
    "lang": "en",
    "dir": "ltr"
}
