aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/mastodon/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:21:22 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2019-12-20 19:21:22 +0100
commit7dd617a524c85a14c266aa1568d3a9a77b791df5 (patch)
tree0094bcfc073ddf7825410840b9da3ba35679cf88 /uncompressed/mastodon/package.json
parentAdd update script (diff)
downloadferdium-recipes-7dd617a524c85a14c266aa1568d3a9a77b791df5.tar.gz
ferdium-recipes-7dd617a524c85a14c266aa1568d3a9a77b791df5.tar.zst
ferdium-recipes-7dd617a524c85a14c266aa1568d3a9a77b791df5.zip
#15 Add mastodon recipe
Diffstat (limited to 'uncompressed/mastodon/package.json')
-rw-r--r--uncompressed/mastodon/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/uncompressed/mastodon/package.json b/uncompressed/mastodon/package.json
new file mode 100644
index 0000000..84a17e8
--- /dev/null
+++ b/uncompressed/mastodon/package.json
@@ -0,0 +1,17 @@
1{
2 "id": "mastodon",
3 "name": "Mastodon",
4 "version": "1.0.1",
5 "description": "Mastodon recipe for Franz 5 or later",
6 "main": "index.js",
7 "author": "sharkpp <webmaster@sharkpp.net>",
8 "license": "MIT",
9 "repository": "https://github.com/sharkpp/franz-recipe-mastodon",
10 "config": {
11 "serviceURL": "https://{teamId}",
12 "hasTeamId": true,
13 "hasNotificationSound": true,
14 "hasIndirectMessages": false,
15 "message": "Please enter the instance address of Mastodon in the team name input box."
16 }
17}