From ec0c06a482f1554827730e07b66d54b35ca8256a Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Thu, 15 Mar 2018 20:19:44 +0100 Subject: [PATCH] Add static public resources --- ui/public/index.html | 16 ++++++++++++++++ ui/public/manifest.json | 8 ++++++++ 2 files changed, 24 insertions(+) create mode 100644 ui/public/index.html create mode 100644 ui/public/manifest.json 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" +}