forked from drowl87/hextra_mirror
fix: urls in site.webmanifest
This commit is contained in:
parent
cc099724a0
commit
0a0202657a
@ -1,14 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "Hextra",
|
"name": "Hextra",
|
||||||
"short_name": "Hextra",
|
"short_name": "Hextra",
|
||||||
|
"start_url": "index.html",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-192x192.png",
|
"src": "android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-512x512.png",
|
"src": "android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user