Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/studio/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function CustomApp({ Component, pageProps }: AppPropsWithLayout) {
}}
/>
</Head>
<MetaFaviconsPagesRouter applicationName="Supabase Studio" />
<MetaFaviconsPagesRouter applicationName="Supabase Studio" includeManifest />
<TooltipProvider delayDuration={0}>
<RouteValidationWrapper>
<ThemeProvider
Expand Down
5 changes: 4 additions & 1 deletion apps/studio/public/favicon/manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"name": "Supabase",
"name": "Supabase Studio",
"short_name": "Supabase",
"description": "The Postgres Development Platform.",
"display_override": ["minimal-ui"],
"display": "standalone",
"theme_color": "#1C1C1C",
"background_color": "#1C1C1C",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "/favicon/android-icon-36x36.png",
Expand Down
Loading