diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-01-12 00:57:51 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-01-12 00:57:51 +0100 |
commit | 365d19cdd6cc8d4c8518976252b0d9cfe1dc387d (patch) | |
tree | b7b78647d6fe8e959bc69d2c645131fc465f3056 /manifest.json | |
parent | e56356cdd01f33eb4979265de8981e312389e19c (diff) | |
download | hoverbit-ble-365d19cdd6cc8d4c8518976252b0d9cfe1dc387d.tar.gz hoverbit-ble-365d19cdd6cc8d4c8518976252b0d9cfe1dc387d.zip |
:pencil2: Fix another typo that hopefully fixes service-worker
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 573118f..3772538 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "HOVERBIT Controller", "short_name": "HOVERBIT BLE", "display": "fullscreen", - "start_url": "/microbit-ble/", + "start_url": "/hoverbit-ble/", "orientation": "landscape", "icons": [ { |