aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/misskey/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/misskey/package.json')
-rw-r--r--recipes/misskey/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/misskey/package.json b/recipes/misskey/package.json
new file mode 100644
index 0000000..66bdd3c
--- /dev/null
+++ b/recipes/misskey/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "misskey",
3 "name": "Misskey",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/sharkpp/franz-recipe-misskey",
7 "config": {
8 "serviceURL": "https://{teamId}",
9 "hasTeamId": true,
10 "hasNotificationSound": true,
11 "message": "Please enter the instance address of Misskey in the team name input box."
12 }
13}