diff options
author | Jakob Stendahl <jakobste@uio.no> | 2021-01-11 21:40:16 +0100 |
---|---|---|
committer | Jakob Stendahl <jakobste@uio.no> | 2021-01-11 21:40:16 +0100 |
commit | adab47e51d27f5e45f0bc1ad00ed340423bcbebb (patch) | |
tree | a92d2a8d054774865ebe06346bd516a07e3d44bf /manifest.json | |
parent | 5503baa65102b47d8f2b07fc69b0ebad9507613c (diff) | |
download | hoverbit-ble-adab47e51d27f5e45f0bc1ad00ed340423bcbebb.tar.gz hoverbit-ble-adab47e51d27f5e45f0bc1ad00ed340423bcbebb.zip |
:sparkles: Add manifest
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 16 |
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" + } + ] +} |