{
    "name": "AfterLight",
    "short_name": "AfterLight",
    "description": "Preserve the light of your life.",
    "start_url": "/app",
    "display": "standalone",
    "background_color": "#fcfbf9",
    "theme_color": "#d97706",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}