Skip to content

Commit

Permalink
Fix IOS incompatibility (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmi authored Dec 31, 2023
1 parent d67bc94 commit eede08a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="robots" content="index,nofollow" />
<meta name="googlebot" content="index,nofollow" />
<meta name="description" content="darkwire.io is the simplest way to chat with encryption online." />
<title>Darkwire.io - instant encrypted web chat</title>
<title>Darkwire</title>
<link rel="manifest" href="/manifest.json" />
</head>
<body class="h-100">
<div id="root" class="h-100"></div>
Expand Down
12 changes: 7 additions & 5 deletions client/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"short_name": "Darkwire",
"name": "Darkwire.io - encrypted web chat",
"name": "Darkwire.io - Encrypted Web Chat",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"display": "fullscreen",
"theme_color": "#000000",
"background_color": "#ffffff"
"background_color": "#ffffff",
"scope": "/",
"description": "Secure and encrypted web chat with Darkwire.io"
}

0 comments on commit eede08a

Please sign in to comment.