mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-12 23:14:32 +00:00
95d13a52db
* init PoC from noise example * reimplement webrtc logic, add sending of ice candidate to a peer * add RTC abstractions and pretify code * finalize rtc connection * fix sending of the message * add favicon and manifest, rename package, rename build folder * add README with details * fix styling * add new stage for the example
20 lines
400 B
JSON
20 lines
400 B
JSON
{
|
|
"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"
|
|
}
|