diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-09-12 18:54:51 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-09-12 18:55:31 +0200 |
commit | 2f6545337d832c766feaae1854b936bb3d1d9557 (patch) | |
tree | c8f646d93e818ba6ba49ded00c9d97ea0d1e29c6 /out/manifest.json | |
parent | 47b1562f8ac6b723b920ffc6e6da638ac11d6ce1 (diff) |
fix: #87. Correct heading linking and highlighting.
Unfortunately reintroduces #67 slightly.
Diffstat (limited to 'out/manifest.json')
-rw-r--r-- | out/manifest.json | 9 |
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": "/" +} |