From 6c190c6f494552ae8567b3fade91c059ee190bfa Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sun, 1 Aug 2021 00:14:19 +0200 Subject: fixed missing links issue --- public/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/manifest.json (limited to 'public/manifest.json') 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": "/" +} -- cgit v1.2.3