From e54e61c1c1a6db96c05cbfcc082f045a9ae3555d Mon Sep 17 00:00:00 2001 From: Horus Date: Fri, 16 Oct 2020 03:54:24 +0200 Subject: pwa --- 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..0d91e5d --- /dev/null +++ b/manifest.json @@ -0,0 +1,20 @@ +{ + "name": "Pizza Rechner", + "short_name": "Pizza Rechner", + "description": "Wie teuer ist eine Pizza im Verhältnis zum Flächeninhalt?", + "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