made updates for ios webapp use
This commit is contained in:
BIN
benchcoachproject/static/apple-touch-icon.png
Normal file
BIN
benchcoachproject/static/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
5
benchcoachproject/static/manifest.json
Normal file
5
benchcoachproject/static/manifest.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "BenchCoach",
|
||||
"scope": "/",
|
||||
"display": "standalone"
|
||||
}
|
||||
@@ -4,9 +4,10 @@
|
||||
<script src="{% static 'js/bootstrap.bundle.js' %}" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}">
|
||||
<link rel='stylesheet' href="{% static 'css/base.css' %}">
|
||||
<link rel="shortcut icon" type="image/png" href="{% static 'benchcoach.svg' %}">
|
||||
<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="BenchCoach">
|
||||
<meta name='viewport' content='viewport-fit=cover, width=device-width, initial-scale=1.0'>
|
||||
<link rel="apple-touch-icon" href="{% static 'benchcoach.svg' %}">
|
||||
<link rel="shortcut icon" type="image/png" href="{% static 'apple-touch-icon.png' %}">
|
||||
<link rel="apple-touch-icon" href="{% static 'apple-touch-icon.png' %}">
|
||||
<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="BenchCoach" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
|
||||
<link rel="manifest" href="{% static "manifest.json" %}" />
|
||||
Reference in New Issue
Block a user