diff options
Diffstat (limited to 'src/manifest.webmanifest')
-rw-r--r-- | src/manifest.webmanifest | 16 |
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" + } + ] +} |