{
    "name": "Task Management",
    "short_name": "HSS",
    "background_color": "#6777ef",
    "display": "standalone",
    "description": "A Progressive Web Application for Internal Honey Soft Solutions Projects.",
    "theme_color": "#cc7d33",
    "share_target": {
        "action": "/api/save-message",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "media",
                    "accept": [
                        "image/*",
                        "video/*",
                        "audio/*",
                        "application/pdf"
                    ]
                }
            ]
        }
    },
    "start_url": "/",
    "icons": [
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ]
}