Added all app files

This commit is contained in:
dylan-fournier 2024-05-27 12:26:47 -04:00
parent ce785b5b50
commit 889137712a
13 changed files with 810 additions and 0 deletions

15
Client/manifest.json Normal file
View file

@ -0,0 +1,15 @@
{
"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"
}
]
}