{
    "name": "taketmrw",
    "short_name": "taketmrw",
    "description": "taketmrw – plan, track, and focus on what matters next.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#ffffff",
    "icons": [
        {
            "src": "/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "apple touch"
        },
        {
            "src": "/favicon.ico",
            "sizes": "48x48 32x32 16x16",
            "type": "image/x-icon"
        }
    ]
}