Tweak manifest and frontend index
This commit is contained in:
parent
733de6b357
commit
f76edf0ed9
2 changed files with 6 additions and 14 deletions
|
@ -4,18 +4,13 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Home Assistant</title>
|
<title>Home Assistant</title>
|
||||||
|
|
||||||
<link rel='manifest' href='/static/manifest.json' />
|
<link rel='manifest' href='/static/manifest.json'>
|
||||||
<link rel='shortcut icon' href='/static/favicon.ico' />
|
<link rel='icon' href='/static/favicon.ico'>
|
||||||
<link rel='icon' type='image/png'
|
|
||||||
href='/static/favicon-192x192.png' sizes='192x192'>
|
|
||||||
<link rel='icon' type='image/png'
|
|
||||||
href='/static/favicon-384x384.png' sizes='384x384'>
|
|
||||||
<link rel='apple-touch-icon' sizes='180x180'
|
<link rel='apple-touch-icon' sizes='180x180'
|
||||||
href='/static/favicon-apple-180x180.png'>
|
href='/static/favicon-apple-180x180.png'>
|
||||||
<meta name='apple-mobile-web-app-capable' content='yes'>
|
<meta name='apple-mobile-web-app-capable' content='yes'>
|
||||||
<meta name='mobile-web-app-capable' content='yes'>
|
<meta name='mobile-web-app-capable' content='yes'>
|
||||||
<meta name='viewport' content='width=device-width,
|
<meta name='viewport' content='width=device-width, user-scalable=no'>
|
||||||
user-scalable=no' />
|
|
||||||
<meta name='theme-color' content='#03a9f4'>
|
<meta name='theme-color' content='#03a9f4'>
|
||||||
<style>
|
<style>
|
||||||
#init {
|
#init {
|
||||||
|
@ -28,7 +23,6 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'Roboto', 'Noto', sans-serif;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -39,10 +33,7 @@
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body fullbleed>
|
<body fullbleed>
|
||||||
<div id='init'>
|
<div id='init'><img src='/static/favicon-192x192.png' height='192'></div>
|
||||||
<img src='/static/favicon-192x192.png' height='192' />
|
|
||||||
<div></div>
|
|
||||||
</div>
|
|
||||||
<script src='/static/webcomponents-lite.min.js'></script>
|
<script src='/static/webcomponents-lite.min.js'></script>
|
||||||
<link rel='import' href='/static/{{ app_url }}' />
|
<link rel='import' href='/static/{{ app_url }}' />
|
||||||
<home-assistant auth='{{ auth }}' icons='{{ icons }}'></home-assistant>
|
<home-assistant auth='{{ auth }}' icons='{{ icons }}'></home-assistant>
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
"short_name": "Assistant",
|
"short_name": "Assistant",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
|
"theme_color": "#03A9F4",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/favicon-192x192.png",
|
"src": "/static/favicon-192x192.png",
|
||||||
|
|
Loading…
Add table
Reference in a new issue