mirror of https://github.com/snachodog/mybuddy.git
Improve PWA experience (#359)
This commit is contained in:
parent
c69fc603af
commit
8f6d0295f3
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
|
@ -13,7 +13,9 @@
|
|||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
"lang": "en-US",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#37abe9",
|
||||
"background_color": "#212529"
|
||||
}
|
||||
|
|
|
@ -6,19 +6,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta charset="utf-8" />
|
||||
<title>{% block title %}{% endblock %} | Baby Buddy</title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static "babybuddy/root/apple-touch-icon.png" %}?v=20211218" />
|
||||
<link rel="apple-touch-startup-image" href="{% static "babybuddy/root/apple-touch-startup-image.png" %}?v=20211218" />
|
||||
<link rel="icon" type="image/svg+xml" href="{% static "babybuddy/root/favicon.svg" %}?v=20210925" />
|
||||
<link rel="manifest" href="{% static "babybuddy/root/site.webmanifest" %}?v=20211225" />
|
||||
<link rel="mask-icon" href="{% static "babybuddy/root/safari-pinned-tab.svg" %}?v=20211218" color="#37abe9" />
|
||||
<link rel="shortcut icon" href="{% static "babybuddy/root/favicon.ico" %}?v=20211218" />
|
||||
<link rel="stylesheet" href="{% static "babybuddy/css/app.css" %}" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="{% static "babybuddy/root/apple-touch-icon.png" %}?v=20211218">
|
||||
<link rel="icon" type="image/svg+xml" href="{% static "babybuddy/root/favicon.svg" %}?v=20210925">
|
||||
<link rel="manifest" href="{% static "babybuddy/root/site.webmanifest" %}?v=20211218">
|
||||
<link rel="mask-icon" href="{% static "babybuddy/root/safari-pinned-tab.svg" %}?v=20211218" color="#37abe9">
|
||||
<link rel="shortcut icon" href="{% static "babybuddy/root/favicon.ico" %}?v=20211218">
|
||||
<meta name="apple-mobile-web-app-title" content="Baby Buddy">
|
||||
<meta name="application-name" content="Baby Buddy">
|
||||
<meta name="msapplication-TileColor" content="#37abe9">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-title" content="Baby Buddy" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||
<meta name="application-name" content="Baby Buddy" />
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="msapplication-navbutton-color" content="#37abe9">
|
||||
<meta name="msapplication-starturl" content="/">
|
||||
<meta name="msapplication-TileColor" content="#37abe9" />
|
||||
<meta name="theme-color" content="#37abe9" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
Binary file not shown.
|
@ -13,7 +13,9 @@
|
|||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
"lang": "en-US",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#37abe9",
|
||||
"background_color": "#212529"
|
||||
}
|
Binary file not shown.
|
@ -13,7 +13,9 @@
|
|||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
"lang": "en-US",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#37abe9",
|
||||
"background_color": "#212529"
|
||||
}
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue