From b07c2d6792174c9132679671ea7dae77c87349d9 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Sat, 6 Feb 2021 14:10:00 +0100 Subject: Use parcel, add features --- src/manifest.webmanifest | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/manifest.webmanifest (limited to 'src/manifest.webmanifest') 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" + } + ] +} -- cgit v1.2.3