Fixed manifest errors

This commit is contained in:
Dmitriy Shishkov 2021-08-09 15:44:18 +03:00
parent 9979a263ed
commit f00fd2ae22
No known key found for this signature in database
GPG Key ID: 14358F96FCDD8060
2 changed files with 8 additions and 3 deletions

View File

@ -3,8 +3,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#ffffff">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="manifest" href="manifest.json" />
<link rel="apple-touch-icon" href="/images/icons-512.png">
<title>Publite</title>
</head>

View File

@ -5,17 +5,20 @@
{
"src": "images/icons-128.png",
"type": "image/png",
"sizes": "128x128"
"sizes": "128x128",
"purpose": "any maskable"
},
{
"src": "/images/icons-192.png",
"type": "image/png",
"sizes": "192x192"
"sizes": "192x192",
"purpose": "any maskable"
},
{
"src": "/images/icons-512.png",
"type": "image/png",
"sizes": "512x512"
"sizes": "512x512",
"purpose": "any maskable"
}
],
"start_url": "/",