Skip to content

Commit

Permalink
fix: enable window-controls-overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed Jun 23, 2024
1 parent fddd4a8 commit 030598d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/web/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@
<meta name="viewport" content="width=device-width,initial-scale=1">

<meta name="description" content="Bookmarks, RSS Feeds, and more!">

<link rel="icon" href="%sveltekit.assets%/favicon/favicon.ico" sizes="48x48">
<link rel="icon" href="%sveltekit.assets%/favicon/icon.svg" sizes="any" type="image/svg+xml">
<link rel="apple-touch-icon" href="%sveltekit.assets%/favicon/apple-touch-icon-180x180.png">

<link rel="manifest" href="/manifest.webmanifest" />



<meta name="theme-color" content="#ffffff">
%sveltekit.head%
</head>

Expand Down
4 changes: 4 additions & 0 deletions apps/web/static/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"id": "briefbutler-3",
"name": "BriefButler",
"lang": "en_US",
"short_name": "BriefButler",
"description": "Bookmarks, RSS Feeds, and more!",
"orientation": "portrait",
"theme_color": "#09090b",
"background_color": "#09090b",
"display": "standalone",
"display_override": [
"window-controls-overlay"
],
"start_url": "/",
"share_target": {
"action": "/api/v1/bookmarks/share",
Expand Down

0 comments on commit 030598d

Please sign in to comment.