{ "name": "Baustelle — Bericht-Doku", "short_name": "Baustelle", "description": "Mobile Doku für Baustellen — Fotos, Sprachnotizen, Skizzen", "start_url": "./", "scope": "./", "display": "standalone", "orientation": "portrait", "background_color": "#1a1a1f", "theme_color": "#1a1a1f", "lang": "de", "icons": [ { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "share_target": { "action": "./share.html", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "files": [ { "name": "photos", "accept": ["image/jpeg", "image/png", "image/webp"] } ] } } }