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] 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 @@
-
+