From ad6c3e31f61cfbd8273ca0ebecca821e836625aa Mon Sep 17 00:00:00 2001 From: Horus Date: Fri, 15 Jan 2021 11:18:20 +0100 Subject: Move stuff to public/ directory. --- public/manifest.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 public/manifest.json (limited to 'public/manifest.json') diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..80e2cf2 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Untrack", + "short_name": "Untrack", + "description": "Entfernt Tracking Parameter aus der URL", + "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