How to implement Deep Links (App Links) using GitHub as host

Concrete usage example

In this example project, we will use virtual screens and, based on the received deep link, we will open a specific layout among the 3 available in VA_MAIN:

  • VA_LAYOUT1
  • VA_LAYOUT2
  • VA_LAYOUT3.

So, after configuring the extension and GitHub, we will simply need to parse the received URL and, based on the path, open the corresponding layout using the setLayout procedure.