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
Generated code looks like this: `{ "name": "Example", "short_name": "Example", "lang": "en-us", "display": "fullscreen", "orientation" : "portrait", "start_url": "http://localhost:1313/?utm_source=web_app_manifest", "background_color": "#fff", "theme_color": "#000",
}`
Note that there are also additional carriage returns following the unnecessary comma.
The text was updated successfully, but these errors were encountered:
Thanks because you don't have a favicon for your site. Add a valid favicon source to your params.toml file. it will solve the issue.
params.toml
Sorry, something went wrong.
No branches or pull requests
Generated code looks like this:
`{
"name": "Example",
"short_name": "Example",
"lang": "en-us",
"display": "fullscreen",
"orientation" : "portrait",
"start_url": "http://localhost:1313/?utm_source=web_app_manifest",
"background_color": "#fff",
"theme_color": "#000",
}`
Note that there are also additional carriage returns following the unnecessary comma.
The text was updated successfully, but these errors were encountered: