2026-01-16 09:23:23 +01:00
|
|
|
pwa:
|
2026-01-16 10:34:29 +01:00
|
|
|
|
2026-01-16 09:23:23 +01:00
|
|
|
image_processor: 'pwa.image_processor.gd'
|
|
|
|
|
favicons:
|
|
|
|
|
enabled: true
|
|
|
|
|
src: '%kernel.project_dir%/public/provider/images/favicon.png'
|
|
|
|
|
|
|
|
|
|
serviceworker:
|
|
|
|
|
enabled: true
|
2026-01-22 22:38:58 +01:00
|
|
|
use_cache: false
|
2026-01-22 22:53:05 +01:00
|
|
|
skip_waiting: true
|
2026-01-22 22:35:57 +01:00
|
|
|
|
2026-01-16 09:23:23 +01:00
|
|
|
manifest:
|
|
|
|
|
enabled: true
|
2026-01-22 22:21:13 +01:00
|
|
|
name: "Réservation Lukikevent"
|
|
|
|
|
short_name: "Réservation Lukikevent"
|
|
|
|
|
start_url: "reservation"
|
2026-01-16 09:23:23 +01:00
|
|
|
display: "standalone"
|
|
|
|
|
background_color: "#ffffff"
|
|
|
|
|
theme_color: "#f4c842"
|
|
|
|
|
scope: "/"
|
|
|
|
|
id: "/"
|
|
|
|
|
dir: "ltr"
|
|
|
|
|
lang: "fr"
|
|
|
|
|
orientation: "portrait"
|
|
|
|
|
description: "Application Intranet Ludikevent"
|
|
|
|
|
categories: ['shopping']
|
|
|
|
|
icons:
|
|
|
|
|
- src: '%kernel.project_dir%/public/provider/images/favicon.png'
|
|
|
|
|
sizes: [ 192 ]
|