Skip to content

Commit

Permalink
manifest: we are on the bleeding edge
Browse files Browse the repository at this point in the history
  • Loading branch information
makinbacon21 committed Nov 21, 2024
1 parent fa33cc0 commit 0573cdb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ export default function manifest(): MetadataRoute.Manifest {
start_url: "/",
display: "standalone",
orientation: "any",
display_override: ["fullscreen", "minimal-ui"],
display_override: [
"window-controls-overlay",
/* @ts-ignore tabbed is new https://developer.mozilla.org/en-US/docs/Web/Manifest/display_override */
"tabbed",
"standalone",
"minimal-ui",
],
background_color: "#141C2A",
theme_color: "#141C2A",
icons: [
Expand Down

0 comments on commit 0573cdb

Please sign in to comment.