From 730c33877eceae1946a34c32c19a360be0dd7b9d Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Mon, 26 May 2025 16:40:57 -0300 Subject: [PATCH] feat: implement web app manifest for progressive web app functionality (#8216) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✨ (frontend): add manifest.json file and link it in index.html to provide metadata for the web application and improve user experience --- src/frontend/index.html | 1 + src/frontend/public/manifest.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/frontend/public/manifest.json diff --git a/src/frontend/index.html b/src/frontend/index.html index 494043b3c..a52ef9cff 100644 --- a/src/frontend/index.html +++ b/src/frontend/index.html @@ -6,6 +6,7 @@ +