made updates for ios webapp use

This commit is contained in:
2021-12-23 12:40:53 -06:00
parent f8eec46862
commit b30455f0f8
3 changed files with 12 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -0,0 +1,5 @@
{
"name": "BenchCoach",
"scope": "/",
"display": "standalone"
}

View File

@@ -4,9 +4,10 @@
<script src="{% static 'js/bootstrap.bundle.js' %}" crossorigin="anonymous"></script> <script src="{% static 'js/bootstrap.bundle.js' %}" crossorigin="anonymous"></script>
<link rel="stylesheet" href="{% static 'css/bootstrap.css' %}"> <link rel="stylesheet" href="{% static 'css/bootstrap.css' %}">
<link rel='stylesheet' href="{% static 'css/base.css' %}"> <link rel='stylesheet' href="{% static 'css/base.css' %}">
<link rel="shortcut icon" type="image/png" href="{% static 'benchcoach.svg' %}"> <link rel="shortcut icon" type="image/png" href="{% static 'apple-touch-icon.png' %}">
<meta name="apple-mobile-web-app-capable" content="yes"> <link rel="apple-touch-icon" href="{% static 'apple-touch-icon.png' %}">
<meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="BenchCoach"> <meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name='viewport' content='viewport-fit=cover, width=device-width, initial-scale=1.0'> <meta name="apple-mobile-web-app-title" content="BenchCoach" />
<link rel="apple-touch-icon" href="{% static 'benchcoach.svg' %}"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="manifest" href="{% static "manifest.json" %}" />