@oneblink/sdk-core
    Preparing search index...

    Type Alias FormsAppPWASettings

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

    Properties

    appleTouchStartupImages?: AppleTouchStartupImage[]
    homeScreenIconUrl?: string

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

    homeScreenName?: string

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

    splashScreenName?: string

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