FormsAppPWASettings: {
    appleTouchStartupImages?: AppleTouchStartupImage[];
    homeScreenIconUrl?: string;
    homeScreenName?: string;
    splashScreenName?: string;
}

Type declaration

  • OptionalappleTouchStartupImages?: AppleTouchStartupImage[]
  • OptionalhomeScreenIconUrl?: string

    The absolute URL to the app icon that is displayed when installed as a progressive web app on mobile devices

  • OptionalhomeScreenName?: string

    The text beneath the app icon when installed as a progressive web app on mobile devices

  • OptionalsplashScreenName?: string

    The text on the splash screen when installed as a progressive web app on mobile devices