We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://developer.mozilla.org/en-US/docs/Web/Manifest
Most web browsers show the "application" tab with a panel for the "manifest". Currently the site shows like this in Firefox:
https://developer.mozilla.org/en-US/docs/Web/Manifest/background_color https://developer.mozilla.org/en-US/docs/Web/Manifest/short_name
And in the homepage HTML markup we have
<meta name="theme-color" content="#282661">
https://developer.mozilla.org/en-US/docs/Web/Manifest/theme_color
For reference
https://web.dev/add-manifest/
The text was updated successfully, but these errors were encountered:
@jbampton What's the benefit of this? Genuinely asking. Also, do you have suggestions on what to add?
Sorry, something went wrong.
No branches or pull requests
https://developer.mozilla.org/en-US/docs/Web/Manifest
Most web browsers show the "application" tab with a panel for the "manifest".
Currently the site shows like this in Firefox:
https://developer.mozilla.org/en-US/docs/Web/Manifest/background_color
https://developer.mozilla.org/en-US/docs/Web/Manifest/short_name
And in the homepage HTML markup we have
<meta name="theme-color" content="#282661">
https://developer.mozilla.org/en-US/docs/Web/Manifest/theme_color
For reference
https://web.dev/add-manifest/
The text was updated successfully, but these errors were encountered: