aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorJakob Stendahl <jakobste@uio.no>2021-01-11 21:40:16 +0100
committerJakob Stendahl <jakobste@uio.no>2021-01-11 21:40:16 +0100
commitadab47e51d27f5e45f0bc1ad00ed340423bcbebb (patch)
treea92d2a8d054774865ebe06346bd516a07e3d44bf /manifest.json
parent5503baa65102b47d8f2b07fc69b0ebad9507613c (diff)
downloadhoverbit-ble-adab47e51d27f5e45f0bc1ad00ed340423bcbebb.tar.gz
hoverbit-ble-adab47e51d27f5e45f0bc1ad00ed340423bcbebb.zip
:sparkles: Add manifest
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..573118f
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,16 @@
+{
+ "background_color": "#464a47",
+ "theme_color": "#5ac775",
+ "name": "HOVERBIT Controller",
+ "short_name": "HOVERBIT BLE",
+ "display": "fullscreen",
+ "start_url": "/microbit-ble/",
+ "orientation": "landscape",
+ "icons": [
+ {
+ "src": "icon.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+}