From 6792bf7eea6c60be5cdc81e2bb4794a77b4026a7 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 3 Jul 2014 14:28:05 +0400 Subject: [PATCH] Rename app in manifest --- app/manifest.webapp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/manifest.webapp b/app/manifest.webapp index c3865181..ea57817e 100644 --- a/app/manifest.webapp +++ b/app/manifest.webapp @@ -1,6 +1,6 @@ { - "name": "Webogram", - "description": "Webogram – UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", + "name": "Telegram", + "description": "UNOFFICIAL Telegram Web App.\nMore info & source code here: https://github.com/zhukov/webogram", "version": "0.2", "type": "privileged", "launch_path": "/index.html",