{ "name": "Uncle Car Washer Owner", "short_name": "UCW Owner", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#f4f7fb", "theme_color": "#075eac", "description": "Private booking and operations app for Uncle Car Washer with secure offline workspace.", "icons": [ { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "shortcuts": [ { "name": "Offline Workspace", "short_name": "Offline", "url": "/offline-app.html", "icons": [ { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Create Booking", "short_name": "Create", "url": "/?create=1#bookingForm", "icons": [ { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png" } ] }, { "name": "Call Assistant", "short_name": "Calls", "url": "/call-assistant.php", "icons": [ { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png" } ] } ], "share_target": { "action": "/call-assistant.php?shared=1", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "share_title", "text": "share_text", "url": "share_url", "files": [ { "name": "recording", "accept": ["audio/*", "audio/mpeg", "audio/mp4", "audio/aac", "audio/amr", "audio/wav", "audio/ogg", "audio/webm", "video/mp4", "video/3gpp", "application/octet-stream"] } ] } } }