aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/img/logo-192.pngbin0 -> 32583 bytes
-rw-r--r--public/img/logo-512.pngbin0 -> 185442 bytes
-rw-r--r--public/manifest.json22
3 files changed, 22 insertions, 0 deletions
diff --git a/public/img/logo-192.png b/public/img/logo-192.png
new file mode 100644
index 0000000..c369aef
--- /dev/null
+++ b/public/img/logo-192.png
Binary files differ
diff --git a/public/img/logo-512.png b/public/img/logo-512.png
new file mode 100644
index 0000000..5c2c8a0
--- /dev/null
+++ b/public/img/logo-512.png
Binary files differ
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 0000000..3798ec1
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,22 @@
+{
+ "short_name": "Pressure",
+ "name": "Pressure",
+ "icons": [
+ {
+ "src": "/img/logo-192.png",
+ "type": "image/png",
+ "sizes": "192x192"
+ },
+ {
+ "src": "/img/logo-512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }
+ ],
+ "start_url": "/mobile",
+ "background_color": "#07071C",
+ "display": "standalone",
+ "scope": "/mobile",
+ "theme_color": "#171D33",
+ "description": "Presentation remote"
+}