diff --git a/examples/noise-js/favicon.ico b/examples/noise-js/favicon.ico new file mode 100644 index 0000000..74cf5df Binary files /dev/null and b/examples/noise-js/favicon.ico differ diff --git a/examples/noise-js/favicon.png b/examples/noise-js/favicon.png new file mode 100644 index 0000000..7f4a04d Binary files /dev/null and b/examples/noise-js/favicon.png differ diff --git a/examples/noise-js/index.html b/examples/noise-js/index.html index 93e60de..31087da 100644 --- a/examples/noise-js/index.html +++ b/examples/noise-js/index.html @@ -3,7 +3,10 @@
-Press F12 to open the console
diff --git a/examples/noise-js/manifest.json b/examples/noise-js/manifest.json new file mode 100644 index 0000000..e5e3b6a --- /dev/null +++ b/examples/noise-js/manifest.json @@ -0,0 +1,20 @@ +{ + "short_name": "Waku Noise", + "name": "Example showing waku noise capabilities.", + "icons": [ + { + "src": "favicon.ico", + "sizes": "64x64 32x32 24x24 16x16", + "type": "image/x-icon" + }, + { + "src": "favicon.png", + "type": "image/png", + "sizes": "192x192" + } + ], + "start_url": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +}