From adab47e51d27f5e45f0bc1ad00ed340423bcbebb Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Mon, 11 Jan 2021 21:40:16 +0100 Subject: :sparkles: Add manifest --- manifest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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" + } + ] +} -- cgit v1.2.3