diff --git a/README.md b/README.md
index 16b079c36573a5f02afb9c6342b8a71d4822be43..1950f2835b767ea0eee6a7f2a023b58e46c96711 100644
--- a/README.md
+++ b/README.md
@@ -148,6 +148,7 @@ To build Cesium, you will have to:
   - Installing Cordova plugins (need for platforms specific builds)   
 ```
   ionic state restore
+  ionic browser add crosswalk@12.41.296.5
 ```
 
 
diff --git a/config.xml b/config.xml
index 2c9a648cb115afc0552c78e080ab41e2fee0269a..39bc9df1b3aa6f80bda7e1978f83cd2fccf28912 100644
--- a/config.xml
+++ b/config.xml
@@ -1,5 +1,10 @@
 <?xml version='1.0' encoding='utf-8'?>
-<widget android-versionCode="14100">
+<widget
+    id="fr.duniter.cesium"
+    version="0.14.1"
+    android-versionCode="14100"
+    xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"
+  >
     <name>Cesium</name>
     <description>
     An simple App for Duniter wallet
@@ -94,6 +99,7 @@
     <platform name="ubuntu">
         <icon height="57" src="www/img/logo_57px.png" width="57" />
     </platform>
+    <engine name="android" spec="^6.2.3" />
     <plugin name="cordova-plugin-camera" spec="^2.4.1" />
     <plugin name="cordova-plugin-console" spec="^1.0.7" />
     <plugin name="cordova-plugin-device" spec="^1.1.6" />
@@ -111,5 +117,4 @@
     <plugin name="phonegap-plugin-barcodescanner" spec="git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git">
         <variable name="CAMERA_USAGE_DESCRIPTION" value=" " />
     </plugin>
-    <engine name="android" spec="^6.2.3" />
 </widget>
diff --git a/ionic.project b/ionic.project
index e7acc66003ab5468b51261c8dbb130969cdd44b3..d6981951ccdd19d2d442ef460f1685ab85ced8dd 100644
--- a/ionic.project
+++ b/ionic.project
@@ -26,4 +26,4 @@
       "version": "12.41.296.5"
     }
   ]
-}
\ No newline at end of file
+}
diff --git a/package.json b/package.json
index c39275bcda2cfb254286711c18880aed6d018b8e..3fc3c463f595459bfc4611dd2d339f3fc7b59c23 100644
--- a/package.json
+++ b/package.json
@@ -32,6 +32,7 @@
         "cordova-plugin-camera": "^2.4.1",
         "cordova-plugin-compat": "^1.1.0",
         "cordova-plugin-console": "^1.0.7",
+        "cordova-plugin-crosswalk-webview": "^2.3.0",
         "cordova-plugin-device": "^1.1.6",
         "cordova-plugin-dialogs": "^1.3.3",
         "cordova-plugin-inappbrowser": "^1.7.1",
diff --git a/www/js/config.js b/www/js/config.js
index 7aaed20dfa1cf837b7a778b3a0a40be37090b7ea..9cbe394d44c18bb3cd1252b541da1810bf295c04 100644
--- a/www/js/config.js
+++ b/www/js/config.js
@@ -10,7 +10,7 @@ angular.module("cesium.config", [])
 
 .constant("csConfig", {
 	"cacheTimeMs": 300000,
-	"fallbackLanguage": "en",
+	"fallbackLanguage": "fr",
 	"rememberMe": true,
 	"showUDHistory": false,
 	"timeout": 300000,
@@ -31,16 +31,16 @@ angular.module("cesium.config", [])
 		"en": "license/license_g1-en.txt"
 	},
 	"node": {
-		"host": "g1.duniter.org",
+		"host": "g1.duniter.fr",
 		"port": "443"
 	},
 	"fallbackNodes": [
 		{
-			"host": "g1.duniter.fr",
+			"host": "g1.duniter.org",
 			"port": "443"
 		},
 		{
-			"host": "g1.duniter.org",
+			"host": "g1.duniter.fr",
 			"port": "443"
 		}
 	],
@@ -59,7 +59,7 @@ angular.module("cesium.config", [])
 		}
 	},
 	"version": "0.14.1",
-	"build": "2017-07-25T17:36:22.237Z",
+	"build": "2017-07-25T17:46:15.009Z",
 	"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
 })