{
    "name": "NoteTask",
    "short_name": "NoteTask",
    "description": "A fast, offline-friendly note-taking app with Markdown support.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#0068A1",
    "theme_color": "#0068A1",
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ]
}