{ "name": "FalconFlash", "short_name": "FalconFlash", "description": "Union food delivery at Messiah University", "start_url": "/", "scope": "/", "display": "standalone", "background_color": "#0f172a", "theme_color": "#4338ca", "icons": [ { "src": "/favicon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" } ], "share_target": { "action": "/share-receipt", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "receipt", "accept": ["image/*", "image/png", "image/jpeg", "image/jpg", "image/webp"] } ] } } }