From 0ab509870f442492badaa28b6aabdf72617de576 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Mon, 13 Nov 2023 11:52:31 +0100 Subject: [PATCH] Created the manifest.json --- public/manifest.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..4302fd0 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "Sheepstar", + "short_name": "Sheepstar", + "theme_color": "#2C313A", + "background_color": "#2C313A", + "display": "browser", + "scope": "/", + "start_url": "/", + "icons": [ + { + "src": "assets/images/logo128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "assets/images/logo192.png", + "sizes": "192x192", + "type": "image/png" + } + ] +}