{ "short_name": "Iris", "name": "Iris", "description": "Fast nostr web ui", "id": "/", "icons": [ { "src": "/img/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { "src": "/img/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }, { "src": "/img/maskable_icon.png", "sizes": "640x640", "type": "image/png", "purpose": "maskable" }, { "src": "/img/maskable_icon_x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" } ], "start_url": "/", "display": "standalone", "theme_color": "#000000", "background_color": "#000000", "protocol_handlers": [ { "protocol": "web+nostr", "url": "/%s" } ] }