{ "name": "NIP-10 Client - Nostr Social", "short_name": "Nostr Client", "description": "A comprehensive Nostr client for text notes, threads, reactions, and collaborative editing", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#8b5cf6", "orientation": "portrait-primary", "icons": [ { "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icons/icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" }, { "src": "/icons/icon.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "maskable" }, { "src": "/icons/icon.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" } ], "categories": [ "social", "news" ], "shortcuts": [ { "name": "Create Post", "short_name": "New Post", "description": "Create a new post", "url": "/?action=create", "icons": [ { "src": "/icons/icon.svg", "sizes": "96x96", "type": "image/svg+xml" } ] }, { "name": "Global Feed", "short_name": "Global", "description": "View global feed", "url": "/", "icons": [ { "src": "/icons/icon.svg", "sizes": "96x96", "type": "image/svg+xml" } ] } ] }