From e08ef7fe855587d8bcc5b79b34f45d398b2bbaef Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 11 Sep 2022 21:51:56 +0200 Subject: [PATCH] Created the manifest.json --- public/manifest.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 public/manifest.json diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..d9336fe --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,31 @@ +{ + "name": "Sheepstar", + "short_name": "Sheepstar", + "theme_color": "#2C313A", + "background_color": "#2C313A", + "display": "browser", + "scope": "/", + "start_url": "/", + "icons": [ + { + "src": "images/logo128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "images/logo192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "images/logo256.png", + "sizes": "256x256", + "type": "image/png" + }, + { + "src": "images/logo512.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file