diff --git a/noise-rtc/favicon.ico b/noise-rtc/favicon.ico new file mode 100644 index 0000000..74cf5df Binary files /dev/null and b/noise-rtc/favicon.ico differ diff --git a/noise-rtc/favicon.png b/noise-rtc/favicon.png new file mode 100644 index 0000000..f4cab92 Binary files /dev/null and b/noise-rtc/favicon.png differ diff --git a/noise-rtc/manifest.json b/noise-rtc/manifest.json new file mode 100644 index 0000000..b4ff0ab --- /dev/null +++ b/noise-rtc/manifest.json @@ -0,0 +1,19 @@ +{ + "name": "Waku NoiseRTC", + "description": "Example showing WebRTC with Waku Noise.", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "favicon.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "display": "standalone", + "theme_color": "#ffffff", + "background_color": "#ffffff" +}