Fix IOS incompatibility (#239)

This commit is contained in:
Jérémie Pardou 2023-12-31 11:49:58 +01:00 committed by GitHub
parent d67bc945ce
commit eede08a840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 6 deletions

View File

@ -8,7 +8,8 @@
<meta name="robots" content="index,nofollow" /> <meta name="robots" content="index,nofollow" />
<meta name="googlebot" content="index,nofollow" /> <meta name="googlebot" content="index,nofollow" />
<meta name="description" content="darkwire.io is the simplest way to chat with encryption online." /> <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> </head>
<body class="h-100"> <body class="h-100">
<div id="root" class="h-100"></div> <div id="root" class="h-100"></div>

View File

@ -1,15 +1,17 @@
{ {
"short_name": "Darkwire", "short_name": "Darkwire",
"name": "Darkwire.io - encrypted web chat", "name": "Darkwire.io - Encrypted Web Chat",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16", "sizes": "192x192",
"type": "image/x-icon" "type": "image/png"
} }
], ],
"start_url": ".", "start_url": ".",
"display": "standalone", "display": "fullscreen",
"theme_color": "#000000", "theme_color": "#000000",
"background_color": "#ffffff" "background_color": "#ffffff",
"scope": "/",
"description": "Secure and encrypted web chat with Darkwire.io"
} }