diff --git a/assets/manifest.json b/assets/manifest.json index 9fc016d..5336f69 100644 --- a/assets/manifest.json +++ b/assets/manifest.json @@ -1,11 +1,36 @@ { "name": "Der Durstrechner", "short_name": "Durstrechner", - "start_url": "./", + "description": "Der Durstrechner ist ein einfaches Tool zur Berechnung von Verkaufspreisen bei Veranstaltungen.", + "start_url": "../", "scope": ".", "display": "standalone", "background_color": "#ffffff", "theme_color": "#2196f3", + "screenshots": [ + { + "src": "pwa/dark.png", + "type": "image/png", + "sizes": "1064x2008" + }, + { + "src": "pwa/light.png", + "type": "image/png", + "sizes": "1064x2008" + }, + { + "src": "pwa/wide_dark.png", + "type": "image/png", + "form_factor": "wide", + "sizes": "3604x2008" + }, + { + "src": "pwa/wide_light.png", + "type": "image/png", + "form_factor": "wide", + "sizes": "3604x2008" + } + ], "icons": [ { "src": "favicon/android-chrome-192x192.png", diff --git a/assets/pwa/dark.png b/assets/pwa/dark.png new file mode 100644 index 0000000..e92e189 Binary files /dev/null and b/assets/pwa/dark.png differ diff --git a/assets/pwa/light.png b/assets/pwa/light.png new file mode 100644 index 0000000..2a636cf Binary files /dev/null and b/assets/pwa/light.png differ diff --git a/assets/pwa/wide_dark.png b/assets/pwa/wide_dark.png new file mode 100644 index 0000000..73519d1 Binary files /dev/null and b/assets/pwa/wide_dark.png differ diff --git a/assets/pwa/wide_light.png b/assets/pwa/wide_light.png new file mode 100644 index 0000000..c922040 Binary files /dev/null and b/assets/pwa/wide_light.png differ