Improve PWA experience
This commit is contained in:
parent
bcc64c3f7d
commit
421e04c814
13 changed files with 308 additions and 3 deletions
|
@ -7,14 +7,26 @@
|
|||
<meta charset="utf-8">
|
||||
<meta content='maximum-scale=1.0, initial-scale=1.0, width=device-width' name='viewport'>
|
||||
<meta name="description"
|
||||
content="Página para consultar el menú del día de la fic, frases de nuestro querido camarero Lázaro, y otras funcionalidades">
|
||||
content="Página para consultar el menú del día de la FIC, frases de nuestro querido camarero Lázaro, y otras funcionalidades">
|
||||
<meta name="author" content="peprolinbot">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'main/img/favicon/apple-touch-icon.png' %}">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'main/img/favicon/favicon-32x32.png' %}">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'main/img/favicon/favicon-16x16.png' %}">
|
||||
<link rel="manifest" href="{% static 'main/img/favicon/site.webmanifest' %}">
|
||||
<link rel="icon" href="{% static 'main/img/favicon/favicon.ico' %}" type="image/x-icon">
|
||||
|
||||
<!-- PWA -->
|
||||
<link rel="manifest" href="{% static 'main/pwa/site.webmanifest' %}">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="application-name" content="caFICtería-aaS">
|
||||
<meta name="apple-mobile-web-app-title" content="caFICtería-aaS">
|
||||
<meta name="theme-color" content="#006E77">
|
||||
<meta name="msapplication-navbutton-color" content="#006E77">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="msapplication-starturl" content="/">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue