Hello everyone,
I am trying to develop an app for Shopify. My app is basically to show popup in the store with a script tag. You can give targeting to our popups. For example; you can target it not to appear on the home page but to appear on the product page. We are using App Embed Block Extension to add the script tag. We applied to shopify to publish our app. They informed us that they want to see the popup on the theme settings page when the block is activated, regardless of targeting.
This is basically what I want to do;
If the app embed block is activated on the theme settings page, I want to add a different script tag for the iframe on the right side. If I am not on the theme settings page, I want the normal script tag to be added. Is there any way to do this?