{
    "name": "Hive",
    "short_name": "Hive",
    "description": "Suite collaborative open source",
    "start_url": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "categories": ["productivity", "business"],
    "share_target": {
        "action": "/share/",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [{
                "name": "files",
                "accept": ["image/*", "application/pdf", "video/*", "audio/*", "text/*"]
            }]
        }
    },
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "icons": [
        {
            "src": "/static/img/favicon-96x96.png",
            "sizes": "96x96",
            "type": "image/png"
        },
        {
            "src": "/static/img/web-app-manifest-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/web-app-manifest-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/img/favicon.svg",
            "sizes": "any",
            "type": "image/svg+xml"
        }
    ]
}
