meta: wrong icon path

This commit is contained in:
alreadyburnt 2021-04-05 19:55:35 +02:00 committed by GitHub
parent 087eb8e9b5
commit b1f7446b02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
"name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "/meta/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "/meta/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
@ -15,4 +15,4 @@
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
}