{
    "name": "Homespace",
    "short_name": "Homespace",
    "description": "Projektmanagement & Aufgabenverwaltung",
    "start_url": "../../home.php",
    "scope": "../../",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#15181a",
    "theme_color": "#15181a",
    "icons": [
        {
            "src": "icon-192.png?v=1785761940",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png?v=1785761940",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "icon-512.png?v=1785761940",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "share_target": {
        "action": "../../share-receive.php",
        "method": "POST",
        "enctype": "multipart/form-data",
        "params": {
            "title": "title",
            "text": "text",
            "url": "url",
            "files": [
                {
                    "name": "files",
                    "accept": [
                        "image/*",
                        "application/pdf",
                        "text/*",
                        "application/zip",
                        "application/msword",
                        "application/vnd.openxmlformats-officedocument.*",
                        "application/vnd.ms-excel",
                        "application/vnd.ms-powerpoint",
                        "video/*",
                        "audio/*"
                    ]
                }
            ]
        }
    }
}