diff --git a/client/views/main.coffee b/client/views/main.coffee
index b1a50ee5bfa3..424b67d721ef 100644
--- a/client/views/main.coffee
+++ b/client/views/main.coffee
@@ -75,6 +75,19 @@ Template.body.onRendered ->
property: 'msvalidate.01'
content: RocketChat.settings.get 'Meta_msvalidate01'
+ Tracker.autorun (c) ->
+ c.stop()
+
+ Meta.set
+ name: 'name'
+ property: 'application-name'
+ content: RocketChat.settings.get 'Site_Name'
+
+ Meta.set
+ name: 'name'
+ property: 'apple-mobile-web-app-title'
+ content: RocketChat.settings.get 'Site_Name'
+
if Meteor.isCordova
$(document.body).addClass 'is-cordova'
diff --git a/client/views/main.html b/client/views/main.html
index 02ebe6cce1cd..618b1ba0c43b 100644
--- a/client/views/main.html
+++ b/client/views/main.html
@@ -8,8 +8,6 @@
-
-