24 lines
751 B
YAML
24 lines
751 B
YAML
|
|
pwa:
|
||
|
|
asset_compiler: false # Default to true. Will change to false in 2.0.0.
|
||
|
|
image_processor: 'pwa.image_processor.gd' # Or 'pwa.image_processor.gd'
|
||
|
|
favicons:
|
||
|
|
enabled: true
|
||
|
|
src: '%kernel.project_dir%/public/assets/notif.png'
|
||
|
|
serviceworker:
|
||
|
|
enabled: true
|
||
|
|
scope: "/"
|
||
|
|
use_cache: false
|
||
|
|
skip_waiting: true
|
||
|
|
manifest:
|
||
|
|
enabled: true
|
||
|
|
name: "E-Cosplay"
|
||
|
|
short_name: "PWA"
|
||
|
|
start_url: "app_home"
|
||
|
|
display: "standalone"
|
||
|
|
background_color: "#ffffff"
|
||
|
|
theme_color: "#4285f4"
|
||
|
|
categories: ['games','multimedia','social networking']
|
||
|
|
icons:
|
||
|
|
- src: '%kernel.project_dir%/public/assets/notif.png'
|
||
|
|
sizes: [192]
|