Merge pull request #182 from waku-org/weboko/pwa

Improve PWA for examples
This commit is contained in:
Sasha 2023-01-17 21:14:07 +01:00 committed by GitHub
commit a977e27b20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 25 additions and 32 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,7 @@
{ {
"short_name": "Ethereum Private Messaging", "short_name": "Waku EthChat",
"name": "End-to-end encrypted communication between two Ethereum addresses.", "name": "Waku Ethereum Private Messaging",
"description": "End-to-end encrypted communication between two Ethereum addresses.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +14,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
{ {
"short_name": "Light chat", "name": "Light Chat",
"name": "Send messages between several users (or just one) using light client targeted protocols.", "description": "Send messages between several users (or just one) using light client targeted protocols.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +13,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
{ {
"short_name": "Light js", "name": "Light JS",
"name": "Send messages between several users (or just one) using light client targeted protocols.", "description": "Send messages between several users (or just one) using light client targeted protocols.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +13,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
{ {
"short_name": "Relay chat", "name": "Relay Chat",
"name": "A barebone messaging app to illustrate the Angular Relay guide.", "description": "A barebone messaging app to illustrate the Angular Relay guide.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +13,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
{ {
"short_name": "Relay js", "name": "Relay JS",
"name": "This example uses Waku Relay to send and receive simple text messages.", "description": "This example uses Waku Relay to send and receive simple text messages.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +13,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
{ {
"short_name": "React Relay", "name": "Waku Relay",
"name": "A barebone chat app to illustrate the ReactJS Relay guide.", "description": "A barebone chat app to illustrate the ReactJS Relay guide.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +13,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
{ {
"short_name": "Rln js", "name": "Waku RLN",
"name": "Use RLN in the browser, compatible with nwaku chat2 and go-waku chat2 RLN implementations.", "description": "Use RLN in the browser, compatible with nwaku chat2 and go-waku chat2 RLN implementations.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +13,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.1 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1,6 +1,6 @@
{ {
"short_name": "Store js", "name": "Waku Store",
"name": "This example uses Waku Store to retrieve the latest ping relay message (used for keep alive purposes) and displays its timestamp.", "description": "This example uses Waku Store to retrieve the latest ping relay message (used for keep alive purposes) and displays its timestamp.",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
@ -13,8 +13,7 @@
"sizes": "192x192" "sizes": "192x192"
} }
], ],
"start_url": ".",
"display": "standalone", "display": "standalone",
"theme_color": "#000000", "theme_color": "#ffffff",
"background_color": "#ffffff" "background_color": "#ffffff"
} }