Update manifest
This commit is contained in:
parent
47bb5d8a3b
commit
f9d112bb20
@ -3,17 +3,17 @@
|
||||
"short_name": "TaskBoard",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicons/android-chrome-192x192.png",
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/favicons/android-chrome-512x512.png",
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"theme_color": "#dbe9ee",
|
||||
"background_color": "#dbe9ee",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
Reference in New Issue
Block a user