Skip to content

Mobile PWA

Mobile applications are hybrids of web applications and PWA (Progressive Web Apps). Web applications can be viewed in a browser. PWAs are installed and executed on smartphones. Manifest setting is required for PWA operation.

Tips

Manifest

Configure the manifest settings necessary for the PWA to operate.

ItemDescriptionCorresponding member
Application NameApplication Name
default is application label already set
name
Application Short NameThis is given priority in narrow display areas such as the home screen.short_name
Application DescriptionThis is the description of the application.description
App Icon 512 x 512 (px)Large icon. Prepare a PNG image of 512px in height and width.icons
App Icon 512 x 512 (px) for AndroidLarge icon. Prepare a PNG image of 512px in height and width. Masked icon (circular clipping) for Android.icons
App Icon 192 x 192 (px)Small icon. Prepare a PNG image of 192px in height and width.icons
App Icon 192 x 192 (px) for AndroidSmall icon. Prepare a PNG image of 192px in height and width. Masked icon (circular clipping) for Androidicons