{
    "name": "agrilognotes.hu",
    "short_name": "AgriLog",
    "description": "Offline-first agricultural note taking application",
    "version": "1.0.2",
    "theme_color": "#ffffff",
    "background_color": "#ffffff",
    "start_url": "./?v=1.0.2",
    "scope": "/",
    "orientation": "portrait",
    "display": "standalone",
    "lang": "hu",
    "icons": [
        {
            "src": "pwa-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "pwa-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}