<%= render 'shopify_app/partials/layout_styles' %> <%= render 'shopify_app/partials/typography_styles' %> <%= render 'shopify_app/partials/card_styles' %> <%= render 'shopify_app/partials/button_styles' %> <%= content_tag(:div, nil, id: 'redirection-target', data: { target: { myshopifyUrl: "https://#{current_shopify_domain}", hasStorageAccessUrl: "#{has_storage_access_url}", doesNotHaveStorageAccessUrl: "#{does_not_have_storage_access_url}", appTargetUrl: "#{app_target_url}" }, }, ) %>

<%= I18n.t('request_storage_access_heading', app: ShopifyApp.configuration.application_name) %>

<%= I18n.t('request_storage_access_body', app: ShopifyApp.configuration.application_name) %>

<%= I18n.t('request_storage_access_footer') %>

<%= javascript_include_tag('shopify_app/request_storage_access', crossorigin: 'anonymous', integrity: true) %>