33 lines
968 B
YAML
33 lines
968 B
YAML
pwa:
|
|
manifest:
|
|
name: E-Ticket - Billetterie Associative
|
|
short_name: E-Ticket
|
|
description: Plateforme de billetterie en ligne pour associations - vente de tickets, brocantes, reservations et vote en ligne.
|
|
id: /
|
|
start_url: /
|
|
scope: /
|
|
display: standalone
|
|
display_override:
|
|
- standalone
|
|
- window-controls-overlay
|
|
orientation: portrait
|
|
background_color: '#fbfbfb'
|
|
theme_color: '#fabf04'
|
|
lang: fr
|
|
dir: ltr
|
|
categories:
|
|
- business
|
|
- entertainment
|
|
- events
|
|
favicons:
|
|
enabled: true
|
|
default:
|
|
src: '%kernel.project_dir%/public/favicon.png'
|
|
background_color: '#fbfbfb'
|
|
border_radius: 18
|
|
image_scale: 80
|
|
safari_pinned_tab_color: '#fabf04'
|
|
use_silhouette: false
|
|
tile_color: '#fabf04'
|
|
low_resolution: false
|