feat: update manifest

This commit is contained in:
Ayo Ayco 2025-06-01 21:06:45 +02:00
parent 5f7eadfb1f
commit 99bb0f6922
2 changed files with 18 additions and 4 deletions

View file

@ -2,9 +2,19 @@
"name": "Ayo Ayco",
"short_name": "Ayo Ayco",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "touch-icon-large.png",
"sizes": "500x500"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"background_color": "#ffffff",

View file

@ -1,19 +1,23 @@
{
"name": "",
"short_name": "",
"name": "Ayo Ayco",
"short_name": "Ayo Ayco",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "touch-icon-large.png",
"sizes": "500x500"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
"theme_color": "#3054bf",
"display": "fullscreen"
}