diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-08-20 19:32:42 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-08-20 19:32:42 +0200 |
commit | a62d08c2ab525cb90ff1bb9d061cfd00c6180473 (patch) | |
tree | 8eb98b3fbf11ec38ef2e937f448a4ee893afb727 /out/manifest.json | |
parent | 0201e0dd651b0e1ec98a36fc0faae14b2b60648e (diff) |
fix: remove service worker. Possibly fixes #61
Diffstat (limited to 'out/manifest.json')
-rw-r--r-- | out/manifest.json | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/out/manifest.json b/out/manifest.json deleted file mode 100644 index 8b88d42..0000000 --- a/out/manifest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "name": "Org Roam UI", - "short_name": "ORUI", - "display": "standalone", - "orientation": "portrait", - "theme_color": "#227a40", - "background_color": "#fff", - "start_url": "/" -} |