Fill in authors and contact in FMJ

This commit is contained in:
Johannes Frohnmeyer 2022-08-21 16:26:37 +02:00
parent c9fb475f6c
commit 61cb451d61
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 7 additions and 2 deletions

View File

@ -4,8 +4,13 @@
"version": "${version}",
"name": "GoogleChat",
"description": "Automatically translates chat messages",
"authors": [],
"contact": {},
"authors": [
"JFronny"
],
"contact": {
"website": "https://jfronny.gitlab.io",
"repo": "https://gitlab.com/jfmods/google-chat"
},
"license": "MIT",
"icon": "assets/google-chat/icon.png",
"environment": "*",