From abafd4015fb3a553d8bb05fece832bade295fbc8 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Wed, 1 Jul 2026 13:01:45 +0700 Subject: [PATCH] fix: add missing site.webmanifest --- public/site.webmanifest | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 public/site.webmanifest diff --git a/public/site.webmanifest b/public/site.webmanifest new file mode 100644 index 0000000..dc278f1 --- /dev/null +++ b/public/site.webmanifest @@ -0,0 +1,22 @@ +{ + "name": "MoreminiMore", + "short_name": "MoreminiMore", + "description": "ที่ปรึกษาที่วางกลยุทธ์จากข้อมูล ไม่ใช่จากประสบการณ์ล้วน ๆ — รับทำเว็บ ที่ปรึกษาการตลาด และวางระบบ AI ในองค์กร", + "icons": [ + { + "src": "/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "theme_color": "#fed400", + "background_color": "#ffffff", + "display": "standalone", + "start_url": "/", + "lang": "th" +}