summaryrefslogtreecommitdiff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-01 00:14:19 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-01 00:14:19 +0200
commit6c190c6f494552ae8567b3fade91c059ee190bfa (patch)
tree66dc2c00ccbf87f3155431a1f87503bcf403ac5e /public/manifest.json
parent565f99190c29c02ab1dcd5f72ded466ee96a3837 (diff)
fixed missing links issue
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..8b88d42
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,9 @@
+{
+ "name": "Org Roam UI",
+ "short_name": "ORUI",
+ "display": "standalone",
+ "orientation": "portrait",
+ "theme_color": "#227a40",
+ "background_color": "#fff",
+ "start_url": "/"
+}