diff --git a/examples/eth-pm/public/favicon.png b/examples/eth-pm/public/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/eth-pm/public/favicon.png and b/examples/eth-pm/public/favicon.png differ diff --git a/examples/eth-pm/public/manifest.json b/examples/eth-pm/public/manifest.json index 0f3905d..ab1f89c 100644 --- a/examples/eth-pm/public/manifest.json +++ b/examples/eth-pm/public/manifest.json @@ -1,6 +1,7 @@ { - "short_name": "Ethereum Private Messaging", - "name": "End-to-end encrypted communication between two Ethereum addresses.", + "short_name": "Waku EthChat", + "name": "Waku Ethereum Private Messaging", + "description": "End-to-end encrypted communication between two Ethereum addresses.", "icons": [ { "src": "favicon.ico", @@ -13,8 +14,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" } diff --git a/examples/light-chat/favicon.png b/examples/light-chat/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/light-chat/favicon.png and b/examples/light-chat/favicon.png differ diff --git a/examples/light-chat/manifest.json b/examples/light-chat/manifest.json index 5ee4e94..6fafb2c 100644 --- a/examples/light-chat/manifest.json +++ b/examples/light-chat/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Light chat", - "name": "Send messages between several users (or just one) using light client targeted protocols.", + "name": "Light Chat", + "description": "Send messages between several users (or just one) using light client targeted protocols.", "icons": [ { "src": "favicon.ico", @@ -13,8 +13,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" } diff --git a/examples/light-js/favicon.png b/examples/light-js/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/light-js/favicon.png and b/examples/light-js/favicon.png differ diff --git a/examples/light-js/manifest.json b/examples/light-js/manifest.json index 28821c6..4a01c8d 100644 --- a/examples/light-js/manifest.json +++ b/examples/light-js/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Light js", - "name": "Send messages between several users (or just one) using light client targeted protocols.", + "name": "Light JS", + "description": "Send messages between several users (or just one) using light client targeted protocols.", "icons": [ { "src": "favicon.ico", @@ -13,8 +13,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" } diff --git a/examples/relay-angular-chat/src/favicon.png b/examples/relay-angular-chat/src/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/relay-angular-chat/src/favicon.png and b/examples/relay-angular-chat/src/favicon.png differ diff --git a/examples/relay-angular-chat/src/manifest.json b/examples/relay-angular-chat/src/manifest.json index d660cdb..7d1cba9 100644 --- a/examples/relay-angular-chat/src/manifest.json +++ b/examples/relay-angular-chat/src/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Relay chat", - "name": "A barebone messaging app to illustrate the Angular Relay guide.", + "name": "Relay Chat", + "description": "A barebone messaging app to illustrate the Angular Relay guide.", "icons": [ { "src": "favicon.ico", @@ -13,8 +13,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" } diff --git a/examples/relay-js/favicon.png b/examples/relay-js/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/relay-js/favicon.png and b/examples/relay-js/favicon.png differ diff --git a/examples/relay-js/manifest.json b/examples/relay-js/manifest.json index d6b4e7e..12384eb 100644 --- a/examples/relay-js/manifest.json +++ b/examples/relay-js/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Relay js", - "name": "This example uses Waku Relay to send and receive simple text messages.", + "name": "Relay JS", + "description": "This example uses Waku Relay to send and receive simple text messages.", "icons": [ { "src": "favicon.ico", @@ -13,8 +13,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" } diff --git a/examples/relay-reactjs-chat/public/favicon.png b/examples/relay-reactjs-chat/public/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/relay-reactjs-chat/public/favicon.png and b/examples/relay-reactjs-chat/public/favicon.png differ diff --git a/examples/relay-reactjs-chat/public/manifest.json b/examples/relay-reactjs-chat/public/manifest.json index a601780..da12326 100644 --- a/examples/relay-reactjs-chat/public/manifest.json +++ b/examples/relay-reactjs-chat/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React Relay", - "name": "A barebone chat app to illustrate the ReactJS Relay guide.", + "name": "Waku Relay", + "description": "A barebone chat app to illustrate the ReactJS Relay guide.", "icons": [ { "src": "favicon.ico", @@ -13,8 +13,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" } diff --git a/examples/rln-js/favicon.png b/examples/rln-js/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/rln-js/favicon.png and b/examples/rln-js/favicon.png differ diff --git a/examples/rln-js/manifest.json b/examples/rln-js/manifest.json index b130e0a..5629aa1 100644 --- a/examples/rln-js/manifest.json +++ b/examples/rln-js/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "Rln js", - "name": "Use RLN in the browser, compatible with nwaku chat2 and go-waku chat2 RLN implementations.", + "name": "Waku RLN", + "description": "Use RLN in the browser, compatible with nwaku chat2 and go-waku chat2 RLN implementations.", "icons": [ { "src": "favicon.ico", @@ -13,8 +13,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" } diff --git a/examples/store-js/favicon.png b/examples/store-js/favicon.png index 7f4a04d..f4cab92 100644 Binary files a/examples/store-js/favicon.png and b/examples/store-js/favicon.png differ diff --git a/examples/store-js/manifest.json b/examples/store-js/manifest.json index 8eafb9b..fe23bcd 100644 --- a/examples/store-js/manifest.json +++ b/examples/store-js/manifest.json @@ -1,6 +1,6 @@ { - "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.", + "name": "Waku Store", + "description": "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", @@ -13,8 +13,7 @@ "sizes": "192x192" } ], - "start_url": ".", "display": "standalone", - "theme_color": "#000000", + "theme_color": "#ffffff", "background_color": "#ffffff" }