📱 Добавил манифест и теги для PWA

This commit is contained in:
2021-04-08 11:20:00 +03:00
parent 65a01a52fb
commit b745b8aec8
2 changed files with 12 additions and 0 deletions

View File

@@ -3,8 +3,12 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="manifest" href="<%= BASE_URL %>manifest.json">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>