{ "name": "NostrDocs - Decentralized Document Sharing", "short_name": "NostrDocs", "description": "Share and discover documents on the Nostr network. Upload PDFs, spreadsheets, and more - anonymously or with your identity.", "start_url": "/", "display": "standalone", "background_color": "#ffffff", "theme_color": "#3B82F6", "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": ["productivity", "social", "utilities"], "screenshots": [], "shortcuts": [ { "name": "Upload Document", "short_name": "Upload", "description": "Upload a new document", "url": "/?action=upload", "icons": [] }, { "name": "Global Feed", "short_name": "Global", "description": "View all documents", "url": "/", "icons": [] } ], "share_target": { "action": "/", "method": "GET", "enctype": "multipart/form-data", "params": { "title": "title", "text": "text", "url": "url" } } }