summaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorHorus2021-01-15 11:25:51 +0100
committerHorus2021-01-15 11:25:51 +0100
commit413f4c1298eb20f66b594dd311e3fd49d3ac32cb (patch)
tree67f966a6e3515f141f4a188316bc62c5c32d1752 /manifest.json
parent7f68d85024e3415d7b09297ab08bb02421854e94 (diff)
downloadbpm -master.tar.gz
PWA support.HEADmaster
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..466f0ea
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,20 @@
+{
+ "name": "BPM / Tanz",
+ "short_name": "BPM / Tanz",
+ "description": "Tippen um die BPMs zu zählen",
+ "icons": [{
+ "src": "https://iamfabulous.de/favicon.ico"
+ }, {
+ "src": "/img/paw-144.png",
+ "type": "image/png",
+ "sizes": "144x144"
+ }, {
+ "src": "/img/paw-512.png",
+ "type": "image/png",
+ "sizes": "512x512"
+ }],
+ "start_url": ".",
+ "display": "standalone",
+ "background_color": "#171717",
+ "theme_color": "#fd8a02"
+}