Added all app files
This commit is contained in:
parent
ce785b5b50
commit
889137712a
13 changed files with 810 additions and 0 deletions
15
Client/manifest.json
Normal file
15
Client/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue