mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-11-12 14:51:37 -05:00
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:
21
ui/public/site.webmanifest
Normal file
21
ui/public/site.webmanifest
Normal 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": "."
|
||||
}
|
||||
Reference in New Issue
Block a user