From d85c0eead58644dc2f63c61ccb760ac281d35dda Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sat, 6 Apr 2024 12:04:51 -0400 Subject: [PATCH 1/4] Add icon for mobile shortcuts to HTML. --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 114dcd19..880cff40 100644 --- a/public/index.html +++ b/public/index.html @@ -32,6 +32,7 @@ + Cosmic Data Stories: Solar Eclipse 2024 From c24c67b2216d7426cdb262368f0e2f90e840ad54 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sat, 6 Apr 2024 12:35:49 -0400 Subject: [PATCH 2/4] Add shortcut icon tag. --- public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.html b/public/index.html index 880cff40..19caf0fe 100644 --- a/public/index.html +++ b/public/index.html @@ -33,6 +33,7 @@ + Cosmic Data Stories: Solar Eclipse 2024 From 06d1f2ed271987d13a7449b62c0917ef7703bb15 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sat, 6 Apr 2024 20:50:48 -0400 Subject: [PATCH 3/4] Use ico image for Android shortcut icon and add different icon sizes for iOS. --- public/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 19caf0fe..b5c0f917 100644 --- a/public/index.html +++ b/public/index.html @@ -32,8 +32,11 @@ - - + + + + + Cosmic Data Stories: Solar Eclipse 2024 From 28aab65bc793b36534c3020e15eb33660e7b356e Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Sat, 6 Apr 2024 21:22:30 -0400 Subject: [PATCH 4/4] Add site manifest to try to get icon recognized on Android. --- public/index.html | 1 + public/site.webmanifest | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 public/site.webmanifest diff --git a/public/index.html b/public/index.html index b5c0f917..3be2dbe4 100644 --- a/public/index.html +++ b/public/index.html @@ -37,6 +37,7 @@ + Cosmic Data Stories: Solar Eclipse 2024 diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 00000000..f79ede2e --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,3 @@ +{ + "name": "Cosmic Data Stories: Solar Eclipse 2024" +}