aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/public
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/public')
-rw-r--r--src/frontend/public/icon-splash.pngbin0 -> 2718 bytes
-rw-r--r--src/frontend/public/manifest.webmanifest6
2 files changed, 6 insertions, 0 deletions
diff --git a/src/frontend/public/icon-splash.png b/src/frontend/public/icon-splash.png
new file mode 100644
index 0000000..04c32ea
--- /dev/null
+++ b/src/frontend/public/icon-splash.png
Binary files differ
diff --git a/src/frontend/public/manifest.webmanifest b/src/frontend/public/manifest.webmanifest
index b2953e7..9df5a44 100644
--- a/src/frontend/public/manifest.webmanifest
+++ b/src/frontend/public/manifest.webmanifest
@@ -17,6 +17,12 @@
"prefer_related_applications": false,
"icons": [
{
+ "src": "/icon-splash.png",
+ "type": "image/png",
+ "sizes": "any",
+ "purpose": "any"
+ },
+ {
"src": "/icon-square.png",
"sizes": "any",
"type": "image/png",