{
    "name": "Wave Writer App",
    "short_name": "Wave Writer",
    "description": "A focused writing, journaling, and notes workspace.",
    "start_url": "/home",
    "scope": "/",
    "display": "standalone",
    "background_color": "#21222c",
    "theme_color": "#21222c",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "New text",
            "short_name": "New text",
            "url": "/texts/create",
            "icons": [
                {
                    "src": "/icons/icon-192.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
