From 639c35b51c080db012aaff6897ed9384203df3ca Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Tue, 30 Sep 2025 19:29:51 +0500 Subject: [PATCH] Add application name and short name to web manifest for better identification --- dist/site.webmanifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/site.webmanifest b/dist/site.webmanifest index 97135d1..6e74f8d 100644 --- a/dist/site.webmanifest +++ b/dist/site.webmanifest @@ -1 +1 @@ -{"name":"","short_name":"","icons":[{"src":"images/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"images/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file +{"name":"Debrid Compare","short_name":"DC","icons":[{"src":"images/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"images/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"} \ No newline at end of file