Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Add auto <meta name="theme-color"> injection on HTML. #18

Closed
MtDalPizzol opened this issue Aug 15, 2017 · 3 comments
Closed

Add auto <meta name="theme-color"> injection on HTML. #18

MtDalPizzol opened this issue Aug 15, 2017 · 3 comments

Comments

@MtDalPizzol
Copy link

Lighthouse is showing me the following error:

Address bar does not match brand colors
Failures: No `<meta name="theme-color">` tag found.

More info about this here.

My config:

new WebpackPwaManifest({
   name: 'My Progressive Web App',
   short_name: 'MyPWA',
   description: 'My awesome Progressive Web App!',
   start_url: '/',
   background_color: '#00b2ff',
   theme_color: '#00b2ff',
   'theme-color': '#00b2ff',
   icons: [{
      src: path.resolve(__dirname, '../../assets/js.png'),
      sizes: [96, 128, 192, 256, 384, 512],
      destination: 'icons'
   }]
})
@arthurbergmz
Copy link
Owner

arthurbergmz commented Aug 18, 2017

In development.
It will be released with v3.2.0.

@arthurbergmz
Copy link
Owner

Please, update to v3.2.0.

@MtDalPizzol
Copy link
Author

Great! Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants