Update values and add site manifest

This commit is contained in:
Nicolas Mowen 2024-03-12 12:32:00 -06:00
parent 09cf54c731
commit a2dd25ea97
2 changed files with 22 additions and 0 deletions

View File

@ -25,9 +25,12 @@
<link rel="icon" type="image/svg+xml" href="/images/favicon.svg" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/images/favicon.svg" color="#3b82f7" />
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#111827" media="(prefers-color-scheme: dark)" />
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

19
web/site.webmanifest Normal file
View File

@ -0,0 +1,19 @@
{
"name": "Frigate",
"short_name": "Frigate",
"icons": [
{
"src": "/images/mstile-150x150.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/images/favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}