updated pwa theme-color

This commit is contained in:
Danny Coates 2019-03-09 16:45:17 -08:00
parent 4224d2ba0a
commit 3b7bf2ae7e
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 3 additions and 3 deletions

View file

@ -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');