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