app.manifest

Access to app's manifest. To configure the manifest, follow this guide.

Constants#

NameTypeDescription
namestringName of your Application. Default: "Blank App"
iconstringURL that references app's icon. Targeted icon must SVG. Default: ""
splashstringURL that references app's splash icon. Targeted splash icon must SVG. Default: ""
descriptionstringDescription of your Application. Default: "This is a FIWL-based web app"
metadataobjectKey-value pairings which tell SEO some information. Default: {}
stagesobjectList of objects that inform available stages. See guide for schema.
widgetsobjectKey-value pairings which inform available widget modules. See guide.