From 245f79d6f48deeb724cdf533f13b59dc12c9d6ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Mon, 26 Jan 2026 14:57:36 +0700 Subject: [PATCH] Change manifest filename Wrong content type on 5apps --- index.html | 2 +- public/{manifest.webmanifest => web-app-manifest.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename public/{manifest.webmanifest => web-app-manifest.json} (100%) diff --git a/index.html b/index.html index 08ff4be..3245cef 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + diff --git a/public/manifest.webmanifest b/public/web-app-manifest.json similarity index 100% rename from public/manifest.webmanifest rename to public/web-app-manifest.json