Fix manifest and apple icon for PWA (#164)

Closes: #161, #162

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>

Reviewed-on: #164
This commit is contained in:
2024-03-29 09:05:45 -07:00
parent 774356603b
commit 764f2ad329
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -4,9 +4,9 @@
"description": "ALVINN", "description": "ALVINN",
"lang": "en-US", "lang": "en-US",
"start_url": "/", "start_url": "/",
"display": "standalone", "display": "fullscreen",
"background_color": "#002f65", "background_color": "#0f206c",
"theme_color": "#002f65", "theme_color": "#0f206c",
"icons": [ "icons": [
{ {
"src": "../icons/128x128.png", "src": "../icons/128x128.png",