diff --git a/wallet-services/src/main/resources/applications.json b/wallet-services/src/main/resources/applications.json
new file mode 100644
index 000000000..bd49c1481
--- /dev/null
+++ b/wallet-services/src/main/resources/applications.json
@@ -0,0 +1,22 @@
+{
+ "descriptors": [
+ {
+ "name": "Wallet",
+ "imagePath": "war:/../images/wallet.png",
+ "override": false,
+ "enabled": true,
+ "application": {
+ "title": "Wallet",
+ "description": "Wallet application",
+ "url": "./wallet",
+ "active": true,
+ "mandatory": false,
+ "mobile": true,
+ "permissions": [
+ "*:/platform/users",
+ "*:/platform/externals"
+ ]
+ }
+ }
+ ]
+}
diff --git a/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml b/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml
index 880d7095e..70954c269 100644
--- a/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml
+++ b/wallet-webapps/src/main/webapp/WEB-INF/conf/configuration.xml
@@ -28,7 +28,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
war:/conf/wallet/user-page-configuration.xml
war:/conf/wallet/notification-configuration.xml
war:/conf/wallet/wallet-portal-configuration.xml
- war:/conf/wallet/app-center-configuration.xml
war:/conf/wallet/gamification-configuration.xml
diff --git a/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/app-center-configuration.xml b/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/app-center-configuration.xml
deleted file mode 100644
index 8e9ca127d..000000000
--- a/wallet-webapps/src/main/webapp/WEB-INF/conf/wallet/app-center-configuration.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-
-
-
-
- org.exoplatform.appcenter.service.ApplicationCenterService
-
- Wallet
- addApplicationPlugin
- org.exoplatform.appcenter.plugin.ApplicationPlugin
-
-
- imagePath
- war:/../images/wallet.png
-
-
- override
- ${exo.app-center.wallet.override:false}
-
-
- override-mode
- ${exo.app-center.wallet.override-mode:merge}
-
-
- application
- description
-
-
-
-
-
-