From 7490ca9e88f635284510ca458a5bd950f40c372f Mon Sep 17 00:00:00 2001 From: Hichem Date: Thu, 6 Nov 2025 15:30:01 +0100 Subject: [PATCH] feat: pwa ready and installable (#38701) * fix: update application name in manifest and include manifest in studio router * fix: change display mode to minimal-ui in manifest for refresh and back button * fix: update display settings in manifest to use display_override for minimal-ui * Update short_name in manifest.json to 'Supabase' --------- Co-authored-by: Ali Waseem --- apps/studio/pages/_app.tsx | 2 +- apps/studio/public/favicon/manifest.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/studio/pages/_app.tsx b/apps/studio/pages/_app.tsx index 98e834aec613c..854b9f596694e 100644 --- a/apps/studio/pages/_app.tsx +++ b/apps/studio/pages/_app.tsx @@ -140,7 +140,7 @@ function CustomApp({ Component, pageProps }: AppPropsWithLayout) { }} /> - +