{ "name": "Dropstr", "short_name": "Dropstr", "description": "Send files directly, peer-to-peer. No cloud. No signup. Powered by WebRTC and Nostr.", "start_url": "/", "display": "standalone", "background_color": "#09090b", "theme_color": "#09090b", "orientation": "any", "categories": ["utilities", "productivity"], "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/icon-maskable.png", "sizes": "1024x1024", "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": ["*/*"] } ] } } }