From 413f4c1298eb20f66b594dd311e3fd49d3ac32cb Mon Sep 17 00:00:00 2001 From: Horus Date: Fri, 15 Jan 2021 11:25:51 +0100 Subject: PWA support. --- manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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" +} -- cgit v1.2.3