From 2f6545337d832c766feaae1854b936bb3d1d9557 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Sun, 12 Sep 2021 18:54:51 +0200 Subject: fix: #87. Correct heading linking and highlighting. Unfortunately reintroduces #67 slightly. --- out/manifest.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 out/manifest.json (limited to 'out/manifest.json') diff --git a/out/manifest.json b/out/manifest.json new file mode 100644 index 0000000..8b88d42 --- /dev/null +++ b/out/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