From 446bc7bbeb4fb313200b07d3df6b902a80a9e52e Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sun, 17 Oct 2021 00:30:39 +0800 Subject: [PATCH] chore: app.json --- app/app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/app.json b/app/app.json index feb2984d..12a96eee 100644 --- a/app/app.json +++ b/app/app.json @@ -27,6 +27,8 @@ }, "web": { "favicon": "./assets/favicon.png" - } + }, + "description": "A IM application which easy to use and develop", + "githubUrl": "https://github.com/msgbyte/tailchat" } }