mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-06 23:03:10 +00:00
add favicon and manifest, rename package, rename build folder
This commit is contained in:
parent
d99474ab5e
commit
2bb7e88c87
BIN
examples/noise-rtc/favicon.ico
Normal file
BIN
examples/noise-rtc/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
examples/noise-rtc/favicon.png
Normal file
BIN
examples/noise-rtc/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
19
examples/noise-rtc/manifest.json
Normal file
19
examples/noise-rtc/manifest.json
Normal 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"
|
||||||
|
}
|
||||||
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@waku/noise-example",
|
"name": "@waku/noise-rtc",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|||||||
@ -4,7 +4,7 @@ const path = require("path");
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
entry: "./index.js",
|
entry: "./index.js",
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, "dist"),
|
path: path.resolve(__dirname, "build"),
|
||||||
filename: "index.js",
|
filename: "index.js",
|
||||||
},
|
},
|
||||||
experiments: {
|
experiments: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user