Update manifest

This commit is contained in:
Matthew Ross 2020-09-05 11:48:09 -04:00
parent 47bb5d8a3b
commit f9d112bb20

View File

@ -3,17 +3,17 @@
"short_name": "TaskBoard", "short_name": "TaskBoard",
"icons": [ "icons": [
{ {
"src": "/favicons/android-chrome-192x192.png", "src": "android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/favicons/android-chrome-512x512.png", "src": "android-chrome-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }
], ],
"theme_color": "#ffffff", "theme_color": "#dbe9ee",
"background_color": "#ffffff", "background_color": "#dbe9ee",
"display": "standalone" "display": "standalone"
} }