{ "id": "/file-transfer", "name": "ordiner send — free file transfer", "short_name": "ordiner", "description": "Send files and messages directly between devices. No account or cloud upload.", "start_url": "/file-transfer", "scope": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#1d201d", "categories": ["utilities", "productivity"], "shortcuts": [ { "name": "Send files", "short_name": "Send", "url": "/file-transfer", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] } ], "share_target": { "action": "/share-target", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "files", "accept": ["*/*"] } ] } }, "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { "src": "/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" } ] }