Skip to content
New issue

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

Don't force manifest.json orientation #730

Open
palvarez89 opened this issue Jan 5, 2020 · 1 comment
Open

Don't force manifest.json orientation #730

palvarez89 opened this issue Jan 5, 2020 · 1 comment

Comments

@palvarez89
Copy link
Member

In https://github.com/etcaterva/echaloasuerte/blame/586c30907bc83e653c4a7b8de775faae9ee761ce/web/templates/manifest.json#L14 we set it to landscape. This seems odd to me.

@palvarez89
Copy link
Member Author

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"
}

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

No branches or pull requests

1 participant