{
    "name": "do it",
    "short_name": "do it",
    "description": "a list, a check, a date \u2014 nothing more.",
    "start_url": "/todos",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#f5efe4",
    "theme_color": "#e63b2e",
    "categories": ["productivity", "lifestyle"],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
