summaryrefslogtreecommitdiff
path: root/frontend/public/manifest.json
diff options
context:
space:
mode:
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"
+}