updated manifest for PWA

solved some more issues, added some more issues, you know how it goes
This commit is contained in:
Kristy Fournier 2025-03-11 10:10:07 -04:00
parent 0f81492332
commit a7c9f8ec4b
7 changed files with 32 additions and 4 deletions

View file

@ -1,6 +1,7 @@
{
"name": "Jukebox Remote",
"short_name": "Jukebox Remote",
"description": "Controller for the PartyJukebox server app.",
"start_url": "index.html",
"display": "standalone",
"background_color": "#eeeeee",
@ -10,6 +11,25 @@
{
"src": "/favicon.ico",
"type": "image/ico", "sizes": "100x100"
},
{
"src":"images/Icon-144.png",
"type": "image/png",
"sizes": "144x144"
}
],
"screenshots": [
{
"src": "images/Screenshot-Main-Desktop.png",
"sizes" : "1919x1199",
"type": "image/png",
"form_factor": "wide"
},
{
"src": "images/Screenshot-Main-Mobile.png",
"type": "image/png",
"sizes": "485x859",
"form_factor": "narrow"
}
]
}