From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。

---
 HotelPms.Client.Blazor/wwwroot/manifest.json |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/HotelPms.Client.Blazor/wwwroot/manifest.json b/HotelPms.Client.Blazor/wwwroot/manifest.json
new file mode 100644
index 0000000..de69efd
--- /dev/null
+++ b/HotelPms.Client.Blazor/wwwroot/manifest.json
@@ -0,0 +1,21 @@
+{
+  "name": "HotelPms.Client.Blazor",
+  "short_name": "HotelPms.Client.Blazor",
+  "start_url": "./",
+  "display": "standalone",
+  "background_color": "#ffffff",
+  "theme_color": "#03173d",
+  "prefer_related_applications": false,
+  "icons": [
+    {
+      "src": "icon-512.png",
+      "type": "image/png",
+      "sizes": "64x64"
+    },
+    {
+      "src": "icon-192.png",
+      "type": "image/png",
+      "sizes": "192x192"
+    }
+  ]
+}

--
Gitblit v1.10.0