{
    "name": "Nudge & Blush",
    "short_name": "N&B",
    "start_url": ".",
    "display": "standalone",
    "background_color": "#0f2540",
    "theme_color": "#0f2540",
    "orientation": "portrait",
    "icons": [
        {
            "src": "icon.svg",
            "sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "icon.svg",
            "sizes": "180x180",
            "type": "image/svg+xml"
        }
    ]
}