updated pwa theme-color
This commit is contained in:
parent
4224d2ba0a
commit
3b7bf2ae7e
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ module.exports = function(req, res) {
|
|||
start_url: '/',
|
||||
display: 'standalone',
|
||||
orientation: 'portrait',
|
||||
theme_color: '#ffffff',
|
||||
theme_color: '#220033',
|
||||
background_color: 'white'
|
||||
};
|
||||
res.set('Content-Type', 'application/manifest+json');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue