Fixed favicons -.-

This commit is contained in:
Leon Etienne (ubuntu wsl)
2021-01-23 21:44:00 +01:00
parent 7cac8f0496
commit 1dc32e3483
25 changed files with 59 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "Tubio - Video Downloader",
"short_name": "Tubio",
"icons": [
{
"src": "/android-chrome-192x192.png",
@@ -13,7 +13,7 @@
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"theme_color": "#87D1E6",
"background_color": "#04254e",
"display": "standalone"
}