createManifest {shiny.pwa}R Documentation

Creates the manifest file.

Description

Creates the manifest file.

Usage

createManifest(title, start_url, color)

Arguments

title

title of the page when the PWA is running in offline mode.

start_url

The full url where the app is hosted.

color

An argument that can be used in the offline template to show a custom message.

See Also

[createDirectories()], [createServiceWorker()], [createIcon()], [createOfflinePage()]

Other fileGen: createDirectories(), createIcon(), createOfflinePage(), createServiceWorker()


[Package shiny.pwa version 0.2.1 Index]