Key Properties
- short_name used as the text on the users home screen
- name used on the Web App Install banner
- start_url defined the default URL and potentially add a query string parameter
- icons is an array containing all the icon path with different resolution
SplashScreen Properties
- theme_color setted the color of the browser toolbar
- background_color used as the text on the users home screen
Behaviour Properties
- display: browser (default) | fullscreen | standalone | minimal-ui
- orientation any | natural | landscape | landscape-primary | landscape-secondary | portrait | portrait-primary | portrait-secondary
Test Through Browser