This commit is contained in:
status-im-auto 2023-01-28 01:11:40 +00:00 committed by Jenkins
parent bc562f254e
commit b82a89d123
3 changed files with 19 additions and 0 deletions

BIN
noise-rtc/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
noise-rtc/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

19
noise-rtc/manifest.json Normal file
View File

@ -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"
}