mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-18 02:44:01 +00:00
Fix IOS incompatibility (#239)
This commit is contained in:
parent
d67bc945ce
commit
eede08a840
@ -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>
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user