summaryrefslogtreecommitdiff
path: root/frontend/public/manifest.json
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2020-11-16 20:32:50 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2020-11-16 20:32:50 +0100
commitb03234567aa2069f777a7a5d38a2ae0bc0d7ebc5 (patch)
treec59c86f45eb63c1d8b6cb3fcdad4ce16fc483887 /frontend/public/manifest.json
parentf23c03a3375cce6c16ba9255abaddf03efca01eb (diff)
Add frontend
Authentication is currently working but no other functionality is yet implemented. Authentication is done using OAuth 2 via the backend, currently we assume jab is being used.
Diffstat (limited to 'frontend/public/manifest.json')
-rw-r--r--frontend/public/manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
new file mode 100644
index 0000000..e7ea515
--- /dev/null
+++ b/frontend/public/manifest.json
@@ -0,0 +1,9 @@
+{
+ "short_name": "Inventory",
+ "name": "Inventory",
+ "icons": [],
+ "start_url": ".",
+ "display": "standalone",
+ "theme_color": "#000000",
+ "background_color": "#ffffff"
+}