From e69922d56fd96d9253f27826b76c2d0b66e3430a Mon Sep 17 00:00:00 2001 From: reejit <70316178+reejit@users.noreply.github.com> Date: Sat, 2 Jan 2021 21:52:33 +0530 Subject: [PATCH] Create app.json --- app.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..c96d92b --- /dev/null +++ b/app.json @@ -0,0 +1,6 @@ +{ + "name": "Friendly Telegram", + "description": "An awesome Telegram userbot that's super easy to install and use - just click the deploy button below", + "logo": "https://friendly-telegram.gitlab.io/favicon.ico", + "keywords": ["telegram", "userbot"] +}