improve manifest & icon:

This commit is contained in:
weboko 2023-01-11 23:34:39 +01:00
parent 683a5804b4
commit d5555e7601
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

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": "Waku Noise", "name": "Waku Noise",
"name": "Example showing waku noise capabilities.", "description": "Example showing Waku noise capabilities.",
"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"
} }