diff --git a/README.md b/README.md
index c38a759d..1f7cd30e 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 49
+## Services available - 50
@@ -61,6 +61,11 @@
+
+
+
+
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 596d6c96..88f7c0f3 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -441,6 +441,14 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Ryver is a team communication tool that organizes team collaboration, chats, files, and even emails into a single location, for any size team, for FREE.'
,url: 'https://signup.ryver.com/login'
,type: 'messaging'
+ },
+ {
+ id: 'aim'
+ ,logo: 'aim.png'
+ ,name: 'Aim'
+ ,description: 'Aim offers free Text Messaging, Group Conversations, Media Sharing, Social Notifications, and more.'
+ ,url: 'https://aim.com/'
+ ,type: 'messaging'
}
]
]
diff --git a/resources/icons/aim.png b/resources/icons/aim.png
new file mode 100644
index 00000000..6e0deb14
Binary files /dev/null and b/resources/icons/aim.png differ