From d40d6a8c545d4da2ca5cc403c39fbb68b3f2966b Mon Sep 17 00:00:00 2001 From: kusa Date: Tue, 22 Nov 2022 23:23:42 +0800 Subject: [PATCH 1/2] Add .webmanifest for iOS --- public/site.webmanifest | 1 + templates/index.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/site.webmanifest diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..29f0599 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1 @@ +{"display":"standalone"} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 4c1f915..a996ded 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,6 +12,7 @@ + From eff2f686df6ffa9501dbda1acb8e92fffbdadf14 Mon Sep 17 00:00:00 2001 From: KatieFrogs <23621460+KatieFrogs@users.noreply.github.com> Date: Tue, 22 Nov 2022 17:25:50 +0100 Subject: [PATCH 2/2] Change to manifest.json --- public/manifest.json | 3 +++ public/site.webmanifest | 1 - templates/index.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 public/manifest.json delete mode 100644 public/site.webmanifest diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..32411c3 --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,3 @@ +{ + "display": "standalone" +} diff --git a/public/site.webmanifest b/public/site.webmanifest deleted file mode 100644 index 29f0599..0000000 --- a/public/site.webmanifest +++ /dev/null @@ -1 +0,0 @@ -{"display":"standalone"} \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index a996ded..e016308 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@ - +