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
In https://github.com/etcaterva/echaloasuerte/blame/586c30907bc83e653c4a7b8de775faae9ee761ce/web/templates/manifest.json#L14 we set it to landscape. This seems odd to me.
The text was updated successfully, but these errors were encountered:
An example of manifest that integrates nicely on android
{ "background_color":"#FFFFFF", "description":"Home automation platform that puts local control and privacy first.", "dir":"ltr", "display":"standalone", "icons":[ { "sizes":"192x192", "src":"/static/icons/favicon-192x192.png", "type":"image/png" }, { "sizes":"384x384", "src":"/static/icons/favicon-384x384.png", "type":"image/png" }, { "sizes":"512x512", "src":"/static/icons/favicon-512x512.png", "type":"image/png" }, { "sizes":"1024x1024", "src":"/static/icons/favicon-1024x1024.png", "type":"image/png" } ], "lang":"en-US", "name":"Home Assistant", "short_name":"Assistant", "start_url":"/?homescreen=1", "theme_color":"#03A9F4" }
Sorry, something went wrong.
No branches or pull requests
In https://github.com/etcaterva/echaloasuerte/blame/586c30907bc83e653c4a7b8de775faae9ee761ce/web/templates/manifest.json#L14 we set it to landscape. This seems odd to me.
The text was updated successfully, but these errors were encountered: