From daee460655ebab2fc36c16a695e8e5a991fd4bb3 Mon Sep 17 00:00:00 2001
From: Zachary Wartell <zwartell@uncc.edu>
Date: Tue, 11 Feb 2025 14:26:40 -0500
Subject: [PATCH] -manifest.json for npx

---
 www-site/git_modules/zjwgi |  2 +-
 www-site/manifest.json     | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletion(-)
 create mode 100644 www-site/manifest.json

diff --git a/www-site/git_modules/zjwgi b/www-site/git_modules/zjwgi
index fc8b2af..4177412 160000
--- a/www-site/git_modules/zjwgi
+++ b/www-site/git_modules/zjwgi
@@ -1 +1 @@
-Subproject commit fc8b2afd7b3d4de22f55142967ebca28156c0278
+Subproject commit 41774121b8504c214b703c326e634b4e1b32bf24
diff --git a/www-site/manifest.json b/www-site/manifest.json
new file mode 100644
index 0000000..c985d3b
--- /dev/null
+++ b/www-site/manifest.json
@@ -0,0 +1,19 @@
+{
+    "name": "git-tutorial",
+    "short_name": "git-tutorial",
+    "description": "",
+    "start_url": "/",
+    "theme_color": "#eeffee",
+    "background_color": "#eeffee",
+    "display": "standalone",
+    "icons": [
+        {
+        "src": "icons/icon48.png",
+        "sizes": "48x48"
+        },
+        {
+        "src": "icons/icon144.png",
+        "sizes": "144x144"
+        }      
+    ]
+}
\ No newline at end of file
-- 
GitLab