Ferdinand Kuhl
6908aad70c
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
DigiComp:
|
|
FlowWebManifestUtils:
|
|
manifest:
|
|
# Splash screen background color (hex value)
|
|
background_color: ''
|
|
|
|
description: ''
|
|
# valid values: 'ltr', 'rtl', 'auto'
|
|
dir: 'auto'
|
|
# Valid values: 'browser', 'standalone', 'minimal-ui', 'fullscreen'
|
|
display: 'standalone'
|
|
# Array/List of icons with relative rendered path
|
|
# example:
|
|
# {
|
|
# "src": "resource://Vendor.Site/Public/Icons/icon-72x72.png",
|
|
# "sizes": "72x72",
|
|
# "type": "image/png"
|
|
# }
|
|
icons: [ ]
|
|
# if null, the start_url will forge its identity
|
|
id: ~
|
|
# Language of your page, e.g. 'en-EN' or 'de-DE', null for auto inferring from current locale
|
|
lang: ~
|
|
# App name, null for reuse of Neos.Flow.core.applicationName
|
|
name: ~
|
|
# Valid values: 'landscape', 'portrait'
|
|
orientation: 'any'
|
|
# See https://w3c.github.io/manifest/#related_applications-member, currently out of scope
|
|
#prefer_related_applications: []
|
|
#related_applications: []
|
|
# Application scope
|
|
scope: '/'
|
|
# Name below your app icon, null for reuse of Neos.Flow.core.applicationName
|
|
short_name: ~
|
|
shortcuts: []
|
|
# Uri or array in the shape: {action: string, arguments: string, controller: string, packageKey: string, format: string}
|
|
start_url: '/'
|
|
# Hex value
|
|
theme_color: '#fff'
|