add manifest to add info about the webapp for iphone app
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="manifest" href="/static/manifest.json">
|
||||
<title>Chat</title>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<link rel='stylesheet' type='text/css' href='/static/style/homePage/home.css'>
|
||||
|
6
docker-compose/requirements/nginx/static/manifest.json
Normal file
6
docker-compose/requirements/nginx/static/manifest.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"name":"METH",
|
||||
"display":"standalone",
|
||||
"scope":"/",
|
||||
"start_url":"/"
|
||||
}
|
Reference in New Issue
Block a user