Merge pull request #1551

meta: wrong icon path
This commit is contained in:
luigi1111 2021-04-06 11:32:11 -05:00 committed by GitHub
commit 28cfcdb38e
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"
}
}