diff options
| author | Horus | 2021-01-15 11:25:51 +0100 |
|---|---|---|
| committer | Horus | 2021-01-15 11:25:51 +0100 |
| commit | 413f4c1298eb20f66b594dd311e3fd49d3ac32cb (patch) | |
| tree | 67f966a6e3515f141f4a188316bc62c5c32d1752 /manifest.json | |
| parent | 7f68d85024e3415d7b09297ab08bb02421854e94 (diff) | |
| download | bpm -master.tar.gz | |
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 20 |
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" +} |
