84 lines
2.8 KiB
YAML
84 lines
2.8 KiB
YAML
pwa:
|
|
image_processor: SpomkyLabs\PwaBundle\ImageProcessor\ImagickImageProcessor
|
|
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
|
|
icons:
|
|
- src: '%kernel.project_dir%/public/favicon.png'
|
|
sizes: 512x512
|
|
type: image/png
|
|
purpose: any
|
|
- src: '%kernel.project_dir%/public/favicon.png'
|
|
sizes: 192x192
|
|
type: image/png
|
|
purpose: maskable
|
|
screenshots:
|
|
- src: '%kernel.project_dir%/public/favicon.png'
|
|
label: E-Ticket - Accueil
|
|
format: png
|
|
- src: '%kernel.project_dir%/public/screen.png'
|
|
label: E-Ticket - Billetterie associative
|
|
form_factor: wide
|
|
format: png
|
|
shortcuts:
|
|
- name: Evenements
|
|
short_name: Events
|
|
url: /evenements
|
|
description: Voir tous les evenements
|
|
icons:
|
|
- src: '%kernel.project_dir%/public/favicon.png'
|
|
sizes: 96x96
|
|
type: image/png
|
|
- name: Organisateurs
|
|
short_name: Orgas
|
|
url: /organisateurs
|
|
description: Decouvrir les organisateurs
|
|
icons:
|
|
- src: '%kernel.project_dir%/public/favicon.png'
|
|
sizes: 96x96
|
|
type: image/png
|
|
- name: Mon compte
|
|
short_name: Compte
|
|
url: /mon-compte
|
|
description: Acceder a mon espace
|
|
icons:
|
|
- src: '%kernel.project_dir%/public/favicon.png'
|
|
sizes: 96x96
|
|
type: image/png
|
|
- name: Contact
|
|
short_name: Contact
|
|
url: /contact
|
|
description: Nous contacter
|
|
icons:
|
|
- src: '%kernel.project_dir%/public/favicon.png'
|
|
sizes: 96x96
|
|
type: image/png
|
|
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'
|
|
tile_color: '#fabf04'
|
|
use_silhouette: false
|
|
low_resolution: false
|