PartyJukebox/Client/manifest.json
2024-05-27 12:26:47 -04:00

15 lines
No EOL
351 B
JSON

{
"name": "Jukebox Remote",
"short_name": "Jukebox Remote",
"start_url": "index.html",
"display": "standalone",
"background_color": "#eeeeee",
"theme_color": "#eeeeee",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.ico",
"type": "image/ico", "sizes": "100x100"
}
]
}