I’m working on an application with a theme extension that embeds javascript from external source. Url to this file contains a unique string per app installation.
The question is how can I achieve this?
Using ScriptTag i would be able to insert custom to the liquid template via API, but from now on it’s recommended to use embed block instead.
One of the ideas I have is to ask the show owner to fill out the settings form of the embedded app in Theme settings, but I would like to avoid it and make this process fully automated.