{ "name": "Nostr Music", "short_name": "Nostr Music", "description": "Upload and discover music on the decentralized Nostr network", "start_url": "/", "display": "standalone", "background_color": "#0a0314", "theme_color": "#a855f7", "orientation": "portrait-primary", "icons": [ { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" }, { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" } ], "categories": ["music", "entertainment", "social"], "screenshots": [], "shortcuts": [ { "name": "Upload Track", "short_name": "Upload", "description": "Upload a new music track", "url": "/?action=upload", "icons": [] } ], "share_target": { "action": "/", "method": "POST", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url", "files": [ { "name": "audio", "accept": ["audio/*"] } ] } } }