mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-12-26 16:48:51 +01:00
Update vue config
This commit is contained in:
parent
b04e718367
commit
1017cc9864
@ -10,50 +10,11 @@ module.exports = {
|
|||||||
publicPath: "",
|
publicPath: "",
|
||||||
pwa: {
|
pwa: {
|
||||||
manifestPath: "assets/manifest.json",
|
manifestPath: "assets/manifest.json",
|
||||||
manifestOptions: {
|
|
||||||
start_url: "../",
|
|
||||||
},
|
|
||||||
appleMobileWebAppStatusBarStyle: "black",
|
appleMobileWebAppStatusBarStyle: "black",
|
||||||
appleMobileWebAppCapable: "yes",
|
appleMobileWebAppCapable: "yes",
|
||||||
name: "Homer Dashboard",
|
name: "Homer Dashboard",
|
||||||
short_name: "Homer",
|
themeColor: "#3367D6",
|
||||||
theme_color: "#3367D6",
|
manifestOptions: require('./public/assets/manifest.json'),
|
||||||
icons: [
|
|
||||||
{
|
|
||||||
src: "./icons/favicon-16x16.png",
|
|
||||||
sizes: "16x16",
|
|
||||||
type: "image/png",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "./icons/favicon-32x32.png",
|
|
||||||
sizes: "32x32",
|
|
||||||
type: "image/png",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "./icons/icon-any.png",
|
|
||||||
sizes: "512x512",
|
|
||||||
type: "image/png",
|
|
||||||
purpose: "any",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "./icons/icon-any.svg",
|
|
||||||
sizes: "any",
|
|
||||||
type: "image/svg+xml",
|
|
||||||
purpose: "any",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "./icons/icon-maskable.png",
|
|
||||||
sizes: "512x512",
|
|
||||||
type: "image/png",
|
|
||||||
purpose: "maskable",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "./icons/safari-pinned-tab.svg",
|
|
||||||
sizes: "any",
|
|
||||||
type: "image/svg+xml",
|
|
||||||
purpose: "monochrome",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
iconPaths: {
|
iconPaths: {
|
||||||
favicon32: "assets/icons/favicon-32x32.png",
|
favicon32: "assets/icons/favicon-32x32.png",
|
||||||
favicon16: "assets/icons/favicon-16x16.png",
|
favicon16: "assets/icons/favicon-16x16.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user