socketsupply/socket

Application Specific Links

Opened this issue · 0 comments

In an effort to support application links based on DNS hostnames or HTTP(S) URLs, we will need to allow the configuration of multiple "app links" in the socket.ini file that can "deep link" into an application. Application links will behave differently than application protocol scheme URIs as they will be used ONLY from the "outside world" (external to the application). This is in contract to application protocol URLs that can be used inside or outside the application as they can be used in <a href=""></a> tags, navigated to with globalThis.location = , or opened directly with the OS.

socket.ini

[meta]
application_links[] = "domain.com"