aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/misskey/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 13:08:33 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 07:38:33 +0000
commit4b3385094ba8a89247be421c81603a8dcbc99753 (patch)
tree16ccbf79244e55b36af0f5aa9298b93eda5f0402 /recipes/misskey/package.json
parentNew recipe: 'clockwise' (#692) (diff)
downloadferdium-recipes-4b3385094ba8a89247be421c81603a8dcbc99753.tar.gz
ferdium-recipes-4b3385094ba8a89247be421c81603a8dcbc99753.tar.zst
ferdium-recipes-4b3385094ba8a89247be421c81603a8dcbc99753.zip
New recipe: 'misskey' (#693)
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}