A PWA can provide shortcuts to pages (URLs) inside the app. These shortcuts are accessible by long-pressing the app icon or by right-clicking the app icon depending on the platform.
pwa:
manifest:
enabled: true
shortcuts:
- name: "Feature 1" #Translatable key
short_name: "Feature 1" #Translatable key
description: "This is the feature #1" #Translatable key
url: "/feature-1" # Can be a Symfony path name (with parameters)