{
    "name": "MySolace",
    "short_name": "MySolace",
    "description": "A sanctuary for memories. Keep Memory Alive.",
    "id": "com.mysolace.app",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#050505",
    "theme_color": "#D4AF37",
    "icons": [
        {
            "src": "/notification-image.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/notification-image.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/notification-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "prefer_related_applications": false,
    "shortcuts": [
        {
            "name": "Create Memorial",
            "url": "/create",
            "icons": [{ "src": "/notification-image.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "icons": [{ "src": "/notification-image.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}