{
    "name": "Hlamovnik",
    "short_name": "Hlamovnik",
    "description": "Smart personal item organizer",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F5F5DC",
    "theme_color": "#F5F5DC",
    "icons": [
        {
            "src": "/Icon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/Icon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "share_target": {
        "action": "/share-target",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url"
        }
    }
}