diff --git a/_install/dependencies.json b/_install/dependencies.json
index 326521135c89c1f97c5d0e8ff0056d16c7645a9e..223402a283eaa56b5950f65283cff8ef00e1e441 100644
--- a/_install/dependencies.json
+++ b/_install/dependencies.json
@@ -29,8 +29,9 @@
     ],
     "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)",
     "default_theme": "6",
-    "branch": "master",
+    "branch": "pre-2024.02.00",
     "name": "vmap",
+    "enable_pwa": false,
     "enable_custom_restrictions": false,
     "url": "git@gitlab.veremes.net:Development/vitis-2020/applications/vmap.git",
     "users": {
diff --git a/conf/app.struct.ts b/conf/app.struct.ts
index f71b35d8a6fd96ecd7e4a359897ddf38b7edf62f..616fc0d0110111743b67111e5e3fc2787ae8575c 100755
--- a/conf/app.struct.ts
+++ b/conf/app.struct.ts
@@ -29,6 +29,7 @@ import {
   vmapFluxMode,
   vmapMapReportsMode,
   vmapAdminManageDataObject,
+  vmapConfigOfflineVmapObject
 } from '../modules/vmap/struct/vmap.struct';
 
 /**
@@ -101,6 +102,7 @@ export const appStruct: AppConfig = {
     'objects': [
       vitisConfigVitisObject,
       vmapConfigVmapObject,
+      vmapConfigOfflineVmapObject,
       vitisConfigEmailTemplatesObject,
       vitisConfigInterfaceObject,
       vitisConfigCustomTranslationsObject,
diff --git a/conf/properties.json b/conf/properties.json
index bca2503a8cddb292594aec07be7a03ef700ee2dc..f1465e887146f953f64cca56124133e3aacf5806 100644
--- a/conf/properties.json
+++ b/conf/properties.json
@@ -18,5 +18,8 @@
       "contour_size": 2,
       "circle_radius": 7
     }
-  }
-}
+  },
+  "vmap_offline": true,
+  "vmap_offline_redirection_enalble_multiple_zones": false,
+  "vmap_offline_redirection_enable_auto_download_zone": false
+}
\ No newline at end of file