update manifest
Main daploy / deploy (push) Successful in 41s

This commit is contained in:
2024-11-24 12:41:41 +02:00
parent 46c26e28e3
commit c724ab1028
3 changed files with 24 additions and 1 deletions
+4
View File
@@ -5,6 +5,10 @@
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>НаСвязи</title>
<link rel="manifest" href="/manifest.json" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-title" content="НаСвязи">
</head>
<body>
<div id="app"></div>
+20
View File
@@ -0,0 +1,20 @@
{
"name": "НаСвязи",
"short_name": "НаСвязи",
"start_url": "/",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
-1
View File
@@ -1 +0,0 @@
{"name":"НаСвязи","short_name":"НаСвязи","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}