Create a shortcut desktop

Automatically create a shortcut from the PWA of the application.
Simplify the customer experience

Sample code:

“shortcuts”: [

{

  "name": "Name",

  "description": "test",

  "url": "https://previewer.adalo.com/2cf31574-0786-4e62-ac7f-....",

  "icons": [

     {

        "src": "/icons/play-later.svg",

        "type": "image/svg+xml",

        "purpose": "any"

     }

  ]

}

]

Possible?
Thank you for your answers.
Antoine