use svg directly for favicon and PWA
This commit is contained in:
@@ -3,14 +3,8 @@
|
||||
"short_name": "ytbn-pwa",
|
||||
"icons": [
|
||||
{
|
||||
"src": "./icon-256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "./icon-1024.png",
|
||||
"sizes": "1024x1024",
|
||||
"type": "image/png"
|
||||
"src": "./logo.svg",
|
||||
"sizes": "any"
|
||||
}
|
||||
],
|
||||
"lang": "en-US",
|
||||
|
||||
Reference in New Issue
Block a user