feat(pwa): configure PWA manifest and meta tags settings

This commit is contained in:
MrTimscampi 2020-12-18 00:27:39 +01:00
parent ae8a09d83c
commit 2eaef1ca71
2 changed files with 13 additions and 0 deletions

View File

@ -32,6 +32,18 @@ const config: NuxtConfig = {
failedColor: '#FF5252',
height: '4px'
},
pwa: {
meta: {
nativeUI: true,
appleStatusBarStyle: 'dark',
name: 'Jellyfin',
theme_color: '#424242'
},
manifest: {
name: 'Jellyfin',
background_color: '#101010'
}
},
/*
** Headers of the page
** See https://nuxtjs.org/api/configuration-head

View File

@ -1,5 +1,6 @@
{
"name": "jellyfin-vue",
"author": "Jellyfin Team",
"version": "0.0.0",
"private": true,
"scripts": {