summaryrefslogtreecommitdiff
path: root/out/manifest.json
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2021-08-20 19:32:42 +0200
committerThomas F. K. Jorna <[email protected]>2021-08-20 19:32:42 +0200
commita62d08c2ab525cb90ff1bb9d061cfd00c6180473 (patch)
tree8eb98b3fbf11ec38ef2e937f448a4ee893afb727 /out/manifest.json
parent0201e0dd651b0e1ec98a36fc0faae14b2b60648e (diff)
fix: remove service worker. Possibly fixes #61
Diffstat (limited to 'out/manifest.json')
-rw-r--r--out/manifest.json9
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": "/"
-}