diff --git a/eth-pm/public/favicon.ico b/eth-pm/public/favicon.ico
index a11777c..74cf5df 100644
Binary files a/eth-pm/public/favicon.ico and b/eth-pm/public/favicon.ico differ
diff --git a/eth-pm/public/favicon.png b/eth-pm/public/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/eth-pm/public/favicon.png differ
diff --git a/eth-pm/public/index.html b/eth-pm/public/index.html
index aa069f2..5f60cbd 100644
--- a/eth-pm/public/index.html
+++ b/eth-pm/public/index.html
@@ -7,9 +7,9 @@
-
+
-
-
+
+
+
+
diff --git a/light-chat/manifest.json b/light-chat/manifest.json
new file mode 100644
index 0000000..5ee4e94
--- /dev/null
+++ b/light-chat/manifest.json
@@ -0,0 +1,20 @@
+{
+ "short_name": "Light chat",
+ "name": "Send messages between several users (or just one) using light client targeted protocols.",
+ "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"
+}
diff --git a/light-js/favicon.ico b/light-js/favicon.ico
new file mode 100644
index 0000000..74cf5df
Binary files /dev/null and b/light-js/favicon.ico differ
diff --git a/light-js/favicon.png b/light-js/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/light-js/favicon.png differ
diff --git a/light-js/index.html b/light-js/index.html
index 094da06..b8a855b 100644
--- a/light-js/index.html
+++ b/light-js/index.html
@@ -4,6 +4,9 @@
JS-Waku light node example
+
+
+
diff --git a/light-js/manifest.json b/light-js/manifest.json
new file mode 100644
index 0000000..28821c6
--- /dev/null
+++ b/light-js/manifest.json
@@ -0,0 +1,20 @@
+{
+ "short_name": "Light js",
+ "name": "Send messages between several users (or just one) using light client targeted protocols.",
+ "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"
+}
diff --git a/relay-angular-chat/src/favicon.ico b/relay-angular-chat/src/favicon.ico
index 997406a..74cf5df 100644
Binary files a/relay-angular-chat/src/favicon.ico and b/relay-angular-chat/src/favicon.ico differ
diff --git a/relay-angular-chat/src/favicon.png b/relay-angular-chat/src/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/relay-angular-chat/src/favicon.png differ
diff --git a/relay-angular-chat/src/index.html b/relay-angular-chat/src/index.html
index 858e7cf..f1a3497 100644
--- a/relay-angular-chat/src/index.html
+++ b/relay-angular-chat/src/index.html
@@ -5,7 +5,9 @@
RelayAngularChat
-
+
+
+
diff --git a/relay-angular-chat/src/manifest.json b/relay-angular-chat/src/manifest.json
new file mode 100644
index 0000000..d660cdb
--- /dev/null
+++ b/relay-angular-chat/src/manifest.json
@@ -0,0 +1,20 @@
+{
+ "short_name": "Relay chat",
+ "name": "A barebone messaging app to illustrate the Angular Relay guide.",
+ "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"
+}
diff --git a/relay-js/favicon.ico b/relay-js/favicon.ico
new file mode 100644
index 0000000..74cf5df
Binary files /dev/null and b/relay-js/favicon.ico differ
diff --git a/relay-js/favicon.png b/relay-js/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/relay-js/favicon.png differ
diff --git a/relay-js/index.html b/relay-js/index.html
index 56d84d3..9254723 100644
--- a/relay-js/index.html
+++ b/relay-js/index.html
@@ -4,6 +4,9 @@
JS-Waku Chat
+
+
+
diff --git a/relay-js/manifest.json b/relay-js/manifest.json
new file mode 100644
index 0000000..d6b4e7e
--- /dev/null
+++ b/relay-js/manifest.json
@@ -0,0 +1,20 @@
+{
+ "short_name": "Relay js",
+ "name": "This example uses Waku Relay to send and receive simple text messages.",
+ "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"
+}
diff --git a/relay-reactjs-chat/public/favicon.ico b/relay-reactjs-chat/public/favicon.ico
index a11777c..74cf5df 100644
Binary files a/relay-reactjs-chat/public/favicon.ico and b/relay-reactjs-chat/public/favicon.ico differ
diff --git a/relay-reactjs-chat/public/favicon.png b/relay-reactjs-chat/public/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/relay-reactjs-chat/public/favicon.png differ
diff --git a/relay-reactjs-chat/public/index.html b/relay-reactjs-chat/public/index.html
index aa069f2..357a2f9 100644
--- a/relay-reactjs-chat/public/index.html
+++ b/relay-reactjs-chat/public/index.html
@@ -7,9 +7,9 @@
-
+
-
React App
+
React Relay
diff --git a/relay-reactjs-chat/public/logo192.png b/relay-reactjs-chat/public/logo192.png
deleted file mode 100644
index fc44b0a..0000000
Binary files a/relay-reactjs-chat/public/logo192.png and /dev/null differ
diff --git a/relay-reactjs-chat/public/logo512.png b/relay-reactjs-chat/public/logo512.png
deleted file mode 100644
index a4e47a6..0000000
Binary files a/relay-reactjs-chat/public/logo512.png and /dev/null differ
diff --git a/relay-reactjs-chat/public/manifest.json b/relay-reactjs-chat/public/manifest.json
index 080d6c7..a601780 100644
--- a/relay-reactjs-chat/public/manifest.json
+++ b/relay-reactjs-chat/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "React Relay",
+ "name": "A barebone chat app to illustrate the ReactJS Relay guide.",
"icons": [
{
"src": "favicon.ico",
@@ -8,14 +8,9 @@
"type": "image/x-icon"
},
{
- "src": "logo192.png",
+ "src": "favicon.png",
"type": "image/png",
"sizes": "192x192"
- },
- {
- "src": "logo512.png",
- "type": "image/png",
- "sizes": "512x512"
}
],
"start_url": ".",
diff --git a/rln-js/favicon.ico b/rln-js/favicon.ico
new file mode 100644
index 0000000..74cf5df
Binary files /dev/null and b/rln-js/favicon.ico differ
diff --git a/rln-js/favicon.png b/rln-js/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/rln-js/favicon.png differ
diff --git a/rln-js/index.html b/rln-js/index.html
index 26beed9..49fda79 100644
--- a/rln-js/index.html
+++ b/rln-js/index.html
@@ -9,6 +9,9 @@
rel="stylesheet"
/>
+
+
+
diff --git a/rln-js/manifest.json b/rln-js/manifest.json
new file mode 100644
index 0000000..b130e0a
--- /dev/null
+++ b/rln-js/manifest.json
@@ -0,0 +1,20 @@
+{
+ "short_name": "Rln js",
+ "name": "Use RLN in the browser, compatible with nwaku chat2 and go-waku chat2 RLN implementations.",
+ "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"
+}
diff --git a/store-js/favicon.ico b/store-js/favicon.ico
new file mode 100644
index 0000000..74cf5df
Binary files /dev/null and b/store-js/favicon.ico differ
diff --git a/store-js/favicon.png b/store-js/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/store-js/favicon.png differ
diff --git a/store-js/index.html b/store-js/index.html
index e0a7e99..df6d766 100644
--- a/store-js/index.html
+++ b/store-js/index.html
@@ -4,6 +4,9 @@
JS-Waku store script tag example
+
+
+
diff --git a/store-js/manifest.json b/store-js/manifest.json
new file mode 100644
index 0000000..8eafb9b
--- /dev/null
+++ b/store-js/manifest.json
@@ -0,0 +1,20 @@
+{
+ "short_name": "Store js",
+ "name": "This example uses Waku Store to retrieve the latest ping relay message (used for keep alive purposes) and displays its timestamp.",
+ "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"
+}
diff --git a/store-reactjs-chat/public/favicon.ico b/store-reactjs-chat/public/favicon.ico
index a11777c..74cf5df 100644
Binary files a/store-reactjs-chat/public/favicon.ico and b/store-reactjs-chat/public/favicon.ico differ
diff --git a/store-reactjs-chat/public/favicon.png b/store-reactjs-chat/public/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/store-reactjs-chat/public/favicon.png differ
diff --git a/store-reactjs-chat/public/index.html b/store-reactjs-chat/public/index.html
index aa069f2..d5f77c9 100644
--- a/store-reactjs-chat/public/index.html
+++ b/store-reactjs-chat/public/index.html
@@ -7,9 +7,9 @@
-
+
-
React App
+
React Store
diff --git a/store-reactjs-chat/public/logo192.png b/store-reactjs-chat/public/logo192.png
deleted file mode 100644
index fc44b0a..0000000
Binary files a/store-reactjs-chat/public/logo192.png and /dev/null differ
diff --git a/store-reactjs-chat/public/logo512.png b/store-reactjs-chat/public/logo512.png
deleted file mode 100644
index a4e47a6..0000000
Binary files a/store-reactjs-chat/public/logo512.png and /dev/null differ
diff --git a/store-reactjs-chat/public/manifest.json b/store-reactjs-chat/public/manifest.json
index 080d6c7..ea8720b 100644
--- a/store-reactjs-chat/public/manifest.json
+++ b/store-reactjs-chat/public/manifest.json
@@ -1,6 +1,6 @@
{
- "short_name": "React App",
- "name": "Create React App Sample",
+ "short_name": "React Store",
+ "name": "A simple app that retrieves chat messages using Waku Store to illustrate the Retrieve Messages Using Waku Store With ReactJS guide.",
"icons": [
{
"src": "favicon.ico",
@@ -8,14 +8,9 @@
"type": "image/x-icon"
},
{
- "src": "logo192.png",
+ "src": "favicon.png",
"type": "image/png",
"sizes": "192x192"
- },
- {
- "src": "logo512.png",
- "type": "image/png",
- "sizes": "512x512"
}
],
"start_url": ".",
diff --git a/web-chat/public/favicon.ico b/web-chat/public/favicon.ico
new file mode 100644
index 0000000..74cf5df
Binary files /dev/null and b/web-chat/public/favicon.ico differ
diff --git a/web-chat/public/favicon.png b/web-chat/public/favicon.png
new file mode 100644
index 0000000..7f4a04d
Binary files /dev/null and b/web-chat/public/favicon.png differ
diff --git a/web-chat/public/index.html b/web-chat/public/index.html
index 6905606..c064396 100644
--- a/web-chat/public/index.html
+++ b/web-chat/public/index.html
@@ -14,6 +14,8 @@
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
+
+