{ "name": "IRONBEAM 003 — Golden Vortex Transfer", "short_name": "IRONBEAM", "description": "Encrypted device-to-device file transfer between your iPhone and PC.", "start_url": "/", "scope": "/", "display": "standalone", "orientation": "any", "background_color": "#060f1a", "theme_color": "#0a1828", "icons": [ { "src": "/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" }, { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ], "share_target": { "action": "/share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "files", "accept": ["*/*", "image/*", "video/*", "audio/*"] } ] } } }