{ "name": "Crush", "short_name": "Crush", "description": "A decentralized music platform on Nostr", "start_url": "/", "display": "standalone", "background_color": "transparent", "orientation": "portrait-primary", "icons": [ { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" } ], "categories": ["music", "entertainment", "social"], "shortcuts": [ { "name": "Browse Tracks", "short_name": "Tracks", "description": "Browse all music tracks", "url": "/", "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }] }, { "name": "Messages", "short_name": "Messages", "description": "View your messages", "url": "/messages", "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }] } ] }