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:53:05 +01:00
|
|
|
skip_waiting: true
|
2026-01-28 12:19:49 +01:00
|
|
|
workbox:
|
|
|
|
|
cache_manifest: true
|
|
|
|
|
asset_cache:
|
|
|
|
|
enabled: true
|
|
|
|
|
regex: '/\.(css|js|json|xml|txt|map|ico|png|jpe?g|gif|svg|webp|bmp)$/'
|
|
|
|
|
image_cache:
|
|
|
|
|
enabled: true
|
|
|
|
|
max_age: 30 days
|
|
|
|
|
max_entries: 200
|
|
|
|
|
regex: '/\.(png|jpe?g|svg|webp)$/'
|
|
|
|
|
font_cache:
|
|
|
|
|
enabled: true
|
|
|
|
|
max_entries: 10
|
|
|
|
|
max_age: 30
|
|
|
|
|
google_fonts:
|
|
|
|
|
enabled: true
|
|
|
|
|
cache_prefix: 'goolge-fonts'
|
|
|
|
|
max_entries: 20
|
|
|
|
|
max_age: 1
|
|
|
|
|
use_cdn: false
|
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"
|
2026-01-28 12:31:05 +01:00
|
|
|
start_url: "/"
|
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']
|
2026-01-28 12:19:49 +01:00
|
|
|
shortcuts:
|
|
|
|
|
- name: "Nos structures"
|
|
|
|
|
short_name: "Nos structures"
|
|
|
|
|
description: "Nos structures"
|
|
|
|
|
url: "/reservation/catalogue"
|
|
|
|
|
- name: "Nos structures"
|
|
|
|
|
short_name: "Nos Formules"
|
|
|
|
|
description: "Nos Formules"
|
|
|
|
|
url: "/reservation/formules"
|
|
|
|
|
- name: "Catalogue"
|
|
|
|
|
short_name: "Catalogue"
|
|
|
|
|
description: "Catalogue"
|
|
|
|
|
url: "/provider/Catalogue.pdf"
|
|
|
|
|
screenshots:
|
|
|
|
|
- src: "/provider/pwa/pwa1.png"
|
|
|
|
|
- src: "/provider/pwa/pwa2.png"
|
2026-01-16 09:23:23 +01:00
|
|
|
icons:
|
2026-01-28 12:19:49 +01:00
|
|
|
- src: '%kernel.project_dir%/public/provider/images/favicon.png'
|
|
|
|
|
sizes: [ 48 ]
|
|
|
|
|
- src: '%kernel.project_dir%/public/provider/images/favicon.png'
|
|
|
|
|
sizes: [ 95 ]
|
2026-01-16 09:23:23 +01:00
|
|
|
- src: '%kernel.project_dir%/public/provider/images/favicon.png'
|
|
|
|
|
sizes: [ 192 ]
|
2026-01-28 12:19:49 +01:00
|
|
|
- src: '%kernel.project_dir%/public/provider/images/favicon.png'
|
|
|
|
|
sizes: [ 256 ]
|
|
|
|
|
- src: '%kernel.project_dir%/public/provider/images/favicon.png'
|
|
|
|
|
sizes: [ 512 ]
|