aboutsummaryrefslogtreecommitdiff
path: root/src/manifest.webmanifest
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2021-02-06 14:10:00 +0100
committerJakob Stendahl <jakob.stendahl@outlook.com>2021-02-06 14:10:00 +0100
commitb07c2d6792174c9132679671ea7dae77c87349d9 (patch)
tree06c534166d24f3c426a7dff9aa1cbce2e1cfd639 /src/manifest.webmanifest
parent34a24733ef7159105ab162f870b96e9649bc5c34 (diff)
downloadhoverbit-ble-b07c2d6792174c9132679671ea7dae77c87349d9.tar.gz
hoverbit-ble-b07c2d6792174c9132679671ea7dae77c87349d9.zip
Use parcel, add features
Diffstat (limited to 'src/manifest.webmanifest')
-rw-r--r--src/manifest.webmanifest16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/manifest.webmanifest b/src/manifest.webmanifest
new file mode 100644
index 0000000..4306e2b
--- /dev/null
+++ b/src/manifest.webmanifest
@@ -0,0 +1,16 @@
+{
+ "background_color": "#454545",
+ "theme_color": "#5ac775",
+ "name": "HOVERBIT Controller",
+ "short_name": "HOVERBIT BLE",
+ "display": "fullscreen",
+ "start_url": "/hoverbit-ble/",
+ "orientation": "landscape",
+ "icons": [
+ {
+ "src": "img/icon.png",
+ "sizes": "512x512",
+ "type": "image/png"
+ }
+ ]
+}