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] プロジェクトファイルを追加。

---
 MudBlazorTemplates1/wwwroot/manifest.json |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/MudBlazorTemplates1/wwwroot/manifest.json b/MudBlazorTemplates1/wwwroot/manifest.json
new file mode 100644
index 0000000..d87c1f7
--- /dev/null
+++ b/MudBlazorTemplates1/wwwroot/manifest.json
@@ -0,0 +1,16 @@
+{
+  "name": "MudBlazorTemplates1",
+  "short_name": "MudBlazorTemplates1",
+  "start_url": "./",
+  "display": "standalone",
+  "background_color": "#ffffff",
+  "theme_color": "#03173d",
+  "prefer_related_applications": false,
+  "icons": [
+    {
+      "src": "icon-512.png",
+      "type": "image/png",
+      "sizes": "512x512"
+    }
+  ]
+}

--
Gitblit v1.10.0