Skip to content

Commit

Permalink
update webmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Jul 25, 2024
1 parent a7cd1dc commit c716d12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#181b1b">
<meta name="msapplication-TileColor" content="#0E0E10">
<meta name="theme-color" content="#18181B">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://sqlite3.online/">
<title>SQLite Viewer</title>
Expand Down
9 changes: 6 additions & 3 deletions public/site.webmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"theme_color": "#e6e6e6",
"background_color": "#e6e6e6",
"theme_color": "#18181B",
"background_color": "#DEDEDE",
"icons": [
{
"purpose": "maskable",
Expand Down Expand Up @@ -38,5 +38,8 @@
"url": "https://apps.apple.com/us/app/sqlite-mobile-client/id1465080890",
"id": "id1465080890"
}
]
],
"launch_handler": {
"client_mode": "auto"
}
}

0 comments on commit c716d12

Please sign in to comment.