Hello.
I am in the process of adapting a PHP application to be an embedded shopify application. In order to work, it requires the “script” tag with a slightly different “src” attribute for every merchant to be added to the “head” section of the store after/during the app is installed. My app was rejected due to the use of “Script tag API”, I was informed to use “Theme app extensions”. Unfortunately, I can’t find anything in the “Theme app extensions” documentation to help me put the “script” tag in the “head” section using my app’s PHP code.
Did I miss something? Is it possible to put the “script” tag in the “head” section of the store using PHP without utilizing the “Script tag API”?