diff --git a/ui/public/index.html b/ui/public/index.html new file mode 100644 index 0000000..3d4e3fd --- /dev/null +++ b/ui/public/index.html @@ -0,0 +1,16 @@ + + + + + + + + Gotify + + + +
+ + diff --git a/ui/public/manifest.json b/ui/public/manifest.json new file mode 100644 index 0000000..e99f03c --- /dev/null +++ b/ui/public/manifest.json @@ -0,0 +1,8 @@ +{ + "short_name": "Gotify", + "name": "Gotify WebApp", + "start_url": "./index.html", + "display": "standalone", + "theme_color": "#3f51b5", + "background_color": "#303030" +}