forked from DebaucheryLibrarian/traxxx
Updated favicon manifest.
This commit is contained in:
parent
337b6c70f4
commit
d0648b5006
|
@ -1,6 +1,9 @@
|
||||||
{
|
{
|
||||||
"icons": [
|
"icons": [
|
||||||
{ "src": "/img/favicon/favicon-192.png", "type": "image/png", "sizes": "192x192" },
|
{ "src": "/img/favicon/favicon-192.png", "type": "image/png", "sizes": "192x192" },
|
||||||
{ "src": "/img/favicon/favicon-512.png", "type": "image/png", "sizes": "512x512" }
|
{ "src": "/img/favicon/favicon-512.png", "type": "image/png", "sizes": "512x512" }
|
||||||
]
|
],
|
||||||
|
"theme_color": "#ff2288",
|
||||||
|
"background_color": "#ff2288",
|
||||||
|
"display": "standalone"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue