change background color
This commit is contained in:
parent
c1456eec18
commit
20c345f05a
@ -37,11 +37,11 @@ const manifestForPlugIn = {
|
|||||||
purpose: 'any maskable',
|
purpose: 'any maskable',
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
theme_color: '#171717',
|
theme_color: '#FFFBEA',
|
||||||
background_color: '#f0e7db',
|
background_color: '#FFFBEA',
|
||||||
display: "standalone",
|
display: "standalone" as const,
|
||||||
scope: '/',
|
scope: '/' as const,
|
||||||
start_url: "/",
|
start_url: "/" as const,
|
||||||
orientation: 'portrait' as const
|
orientation: 'portrait' as const
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user