summaryrefslogtreecommitdiff
path: root/out/manifest.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-09-12 18:54:51 +0200
committerThomas F. K. Jorna <[email protected]>2021-09-12 18:55:31 +0200
commit2f6545337d832c766feaae1854b936bb3d1d9557 (patch)
treec8f646d93e818ba6ba49ded00c9d97ea0d1e29c6 /out/manifest.json
parent47b1562f8ac6b723b920ffc6e6da638ac11d6ce1 (diff)
fix: #87. Correct heading linking and highlighting.
Unfortunately reintroduces #67 slightly.
Diffstat (limited to 'out/manifest.json')
-rw-r--r--out/manifest.json9
1 files changed, 9 insertions, 0 deletions
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": "/"
+}