start a new React-based UI (#111)

This doesn't do much yet but should provide a better foundation for
improvement than the jQuery UI, as described in the github issue.
This commit is contained in:
Scott Lamb
2021-01-31 21:55:25 -08:00
parent c547a49ac8
commit f281922359
67 changed files with 11454 additions and 8052 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Moonfire NVR",
"short_name": "Moonfire",
"description": "security camera network video recorder",
"icons": [
{
"src": "/favicons/android-chrome-192x192-22fa756c4c8a94dde.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/android-chrome-512x512-0403b1c77057918bb.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#e04e1b",
"background_color": "#ffffff",
"display": "standalone",
"start_url": "."
}