diff --git a/src/resources/config/shopify-app.php b/src/resources/config/shopify-app.php
index 6acbfd7a..7faa9803 100644
--- a/src/resources/config/shopify-app.php
+++ b/src/resources/config/shopify-app.php
@@ -152,8 +152,9 @@
// Use semver range to link to a major or minor version number.
// Leaving empty will use the latest version - not recommended in production.
- 'appbridge_version' => env('SHOPIFY_APPBRIDGE_VERSION', 'latest'),
-
+ 'appbridge_version' => env('SHOPIFY_APPBRIDGE_VERSION', '3.7.10'),
+ 'appbridge_utils_version' => env('SHOPIFY_APPBRIDGE_UTILS_VERSION', '3.5.1'),
+ 'appbridge_host' => env('SHOPIFY_HOST_VERSION', base64_encode('admin.shopify.com/store/storename')),
// Set a new CDN URL if you want to host the AppBridge JS yourself or unpkg goes down.
// DO NOT include a trailing slash.
'appbridge_cdn_url' => env('SHOPIFY_APPBRIDGE_CDN_URL', 'https://unpkg.com'),
diff --git a/src/resources/views/layouts/default.blade.php b/src/resources/views/layouts/default.blade.php
index 313e2bfd..45143b42 100644
--- a/src/resources/views/layouts/default.blade.php
+++ b/src/resources/views/layouts/default.blade.php
@@ -19,7 +19,8 @@
@if(\Osiset\ShopifyApp\Util::getShopifyConfig('appbridge_enabled') && \Osiset\ShopifyApp\Util::useNativeAppBridge())
-
+