diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-01 00:14:19 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-01 00:14:19 +0200 |
commit | 6c190c6f494552ae8567b3fade91c059ee190bfa (patch) | |
tree | 66dc2c00ccbf87f3155431a1f87503bcf403ac5e /out/manifest.json | |
parent | 565f99190c29c02ab1dcd5f72ded466ee96a3837 (diff) |
fixed missing links issue
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": "/" +} |