diff --git a/eth-pm/favicon.ico b/eth-pm/favicon.ico index a11777c..74cf5df 100644 Binary files a/eth-pm/favicon.ico and b/eth-pm/favicon.ico differ diff --git a/eth-pm/favicon.png b/eth-pm/favicon.png new file mode 100644 index 0000000..7f4a04d Binary files /dev/null and b/eth-pm/favicon.png differ diff --git a/eth-pm/index.html b/eth-pm/index.html index 5853ce4..b9e5417 100644 --- a/eth-pm/index.html +++ b/eth-pm/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +Ethereum Private Messaging
\ No newline at end of file diff --git a/eth-pm/logo192.png b/eth-pm/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/eth-pm/logo192.png and /dev/null differ diff --git a/eth-pm/logo512.png b/eth-pm/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/eth-pm/logo512.png and /dev/null differ diff --git a/eth-pm/manifest.json b/eth-pm/manifest.json index 080d6c7..0f3905d 100644 --- a/eth-pm/manifest.json +++ b/eth-pm/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Ethereum Private Messaging", + "name": "End-to-end encrypted communication between two Ethereum addresses.", "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/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/relay-angular-chat/favicon.ico b/relay-angular-chat/favicon.ico index 997406a..74cf5df 100644 Binary files a/relay-angular-chat/favicon.ico and b/relay-angular-chat/favicon.ico differ diff --git a/relay-angular-chat/index.html b/relay-angular-chat/index.html index d4ffae9..8a38e67 100644 --- a/relay-angular-chat/index.html +++ b/relay-angular-chat/index.html @@ -3,7 +3,9 @@ RelayAngularChat - + + + 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-reactjs-chat/favicon.ico b/relay-reactjs-chat/favicon.ico index a11777c..74cf5df 100644 Binary files a/relay-reactjs-chat/favicon.ico and b/relay-reactjs-chat/favicon.ico differ diff --git a/relay-reactjs-chat/favicon.png b/relay-reactjs-chat/favicon.png new file mode 100644 index 0000000..7f4a04d Binary files /dev/null and b/relay-reactjs-chat/favicon.png differ diff --git a/relay-reactjs-chat/index.html b/relay-reactjs-chat/index.html index 54b8d26..243c8f2 100644 --- a/relay-reactjs-chat/index.html +++ b/relay-reactjs-chat/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +React Relay
\ No newline at end of file diff --git a/relay-reactjs-chat/logo192.png b/relay-reactjs-chat/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/relay-reactjs-chat/logo192.png and /dev/null differ diff --git a/relay-reactjs-chat/logo512.png b/relay-reactjs-chat/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/relay-reactjs-chat/logo512.png and /dev/null differ diff --git a/relay-reactjs-chat/manifest.json b/relay-reactjs-chat/manifest.json index 080d6c7..a601780 100644 --- a/relay-reactjs-chat/manifest.json +++ b/relay-reactjs-chat/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/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/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-reactjs-chat/favicon.ico b/store-reactjs-chat/favicon.ico index a11777c..74cf5df 100644 Binary files a/store-reactjs-chat/favicon.ico and b/store-reactjs-chat/favicon.ico differ diff --git a/store-reactjs-chat/favicon.png b/store-reactjs-chat/favicon.png new file mode 100644 index 0000000..7f4a04d Binary files /dev/null and b/store-reactjs-chat/favicon.png differ diff --git a/store-reactjs-chat/index.html b/store-reactjs-chat/index.html index 27bf9a1..0d0f307 100644 --- a/store-reactjs-chat/index.html +++ b/store-reactjs-chat/index.html @@ -1 +1 @@ -React App
\ No newline at end of file +React Store
\ No newline at end of file diff --git a/store-reactjs-chat/logo192.png b/store-reactjs-chat/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/store-reactjs-chat/logo192.png and /dev/null differ diff --git a/store-reactjs-chat/logo512.png b/store-reactjs-chat/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/store-reactjs-chat/logo512.png and /dev/null differ diff --git a/store-reactjs-chat/manifest.json b/store-reactjs-chat/manifest.json index 080d6c7..ea8720b 100644 --- a/store-reactjs-chat/manifest.json +++ b/store-reactjs-chat/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/favicon.ico b/web-chat/favicon.ico new file mode 100644 index 0000000..74cf5df Binary files /dev/null and b/web-chat/favicon.ico differ diff --git a/web-chat/favicon.png b/web-chat/favicon.png new file mode 100644 index 0000000..7f4a04d Binary files /dev/null and b/web-chat/favicon.png differ diff --git a/web-chat/index.html b/web-chat/index.html index 0d97dce..33a92d9 100644 --- a/web-chat/index.html +++ b/web-chat/index.html @@ -1 +1 @@ -Waku v2 chat app
\ No newline at end of file +Waku v2 chat app
\ No newline at end of file diff --git a/web-chat/manifest.json b/web-chat/manifest.json index 042f1b7..0bf6fae 100644 --- a/web-chat/manifest.json +++ b/web-chat/manifest.json @@ -1,5 +1,5 @@ { - "short_name": "Waku v2 chat app", + "short_name": "Waku v2 Chat", "name": "Chat app powered by js-waku", "icons": [ { @@ -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": ".",