aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/index.html2
-rw-r--r--public/manifest.json10
-rw-r--r--public/which-logo-144.pngbin0 -> 5497 bytes
3 files changed, 4 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html
index 4590ae4..9769c3a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,7 @@
<meta name="theme-color" content="#00796b" />
<meta name="description" content="Social webapp based on choosing between two options." />
<link rel="icon" type="image/png" sizes="16x16" href="./which-logo-64.png" />
- <link rel="apple-touch-icon" href="./which-logo-512.png" />
+ <link rel="apple-touch-icon" href="./which-logo-144.png" />
<link rel="manifest" href="./manifest.json" />
<title>Which</title>
<!-- Start Single Page Apps for GitHub Pages -->
diff --git a/public/manifest.json b/public/manifest.json
index faa47a3..aed7ee3 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -3,14 +3,10 @@
"name": "Which",
"icons": [
{
- "src": "which-logo-512.png",
+ "src": "which-logo-144.png",
"type": "image/png",
- "sizes": "512x512"
- },
- {
- "src": "which-logo-64.png",
- "type": "image/png",
- "sizes": "64x64"
+ "sizes": "144x144",
+ "purpose": "maskable"
}
],
"display": "standalone",
diff --git a/public/which-logo-144.png b/public/which-logo-144.png
new file mode 100644
index 0000000..c51c498
--- /dev/null
+++ b/public/which-logo-144.png
Binary files differ