From 80dc61f49eb2b8833f5f26806f093902fd6478ee Mon Sep 17 00:00:00 2001
From: HassanSattar3 <146950644+HassanSattar3@users.noreply.github.com>
Date: Sat, 7 Dec 2024 23:20:23 -0500
Subject: [PATCH] Added PWA support
---
public/index.html | 4 +++-
public/manifest.json | 9 +++++++--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/public/index.html b/public/index.html
index a2c4584..64ab02b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -11,7 +11,9 @@
-
+
+
+
diff --git a/public/manifest.json b/public/manifest.json
index 5198d81..7bc67ad 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -26,7 +26,7 @@
}
],
"background_color": "#efefef",
- "display": "minimal-ui",
+ "display": "standalone",
"theme_color": "#3367d6",
"screenshots" : [
{
@@ -86,5 +86,10 @@
},
"launch_handler": {
"client_mode": "focus-existing"
- }
+ },
+ "start_url": "/",
+ "orientation": "any",
+ "categories": ["utilities", "productivity"],
+ "prefer_related_applications": false,
+ "display_override": ["window-controls-overlay", "standalone"]
}