js-waku-examples/examples/noise-js/manifest.json

20 lines
398 B
JSON
Raw Normal View History

2023-01-05 23:58:38 +00:00
{
2023-01-11 22:34:39 +00:00
"name": "Waku Noise",
"description": "Example showing Waku noise capabilities.",
2023-01-05 23:58:38 +00:00
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "favicon.png",
"type": "image/png",
"sizes": "192x192"
}
],
"display": "standalone",
2023-01-11 22:34:39 +00:00
"theme_color": "#ffffff",
2023-01-05 23:58:38 +00:00
"background_color": "#ffffff"
}