feat: update manifest
This commit is contained in:
parent
5f7eadfb1f
commit
99bb0f6922
2 changed files with 18 additions and 4 deletions
|
@ -2,9 +2,19 @@
|
||||||
"name": "Ayo Ayco",
|
"name": "Ayo Ayco",
|
||||||
"short_name": "Ayo Ayco",
|
"short_name": "Ayo Ayco",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-192x192.png",
|
||||||
|
"sizes": "192x192",
|
||||||
|
"type": "image/png"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "touch-icon-large.png",
|
"src": "touch-icon-large.png",
|
||||||
"sizes": "500x500"
|
"sizes": "500x500"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "/android-chrome-512x512.png",
|
||||||
|
"sizes": "512x512",
|
||||||
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
|
|
|
@ -1,19 +1,23 @@
|
||||||
{
|
{
|
||||||
"name": "",
|
"name": "Ayo Ayco",
|
||||||
"short_name": "",
|
"short_name": "Ayo Ayco",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-192x192.png",
|
"src": "/android-chrome-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"src": "touch-icon-large.png",
|
||||||
|
"sizes": "500x500"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-512x512.png",
|
"src": "/android-chrome-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png"
|
"type": "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"theme_color": "#ffffff",
|
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"display": "standalone"
|
"theme_color": "#3054bf",
|
||||||
|
"display": "fullscreen"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue