aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/mastodon/package.json
blob: 84a17e8dc55ab89bd74fd0e4f58cbe44c565d15f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "mastodon",
  "name": "Mastodon",
  "version": "1.0.1",
  "description": "Mastodon recipe for Franz 5 or later",
  "main": "index.js",
  "author": "sharkpp <webmaster@sharkpp.net>",
  "license": "MIT",
  "repository": "https://github.com/sharkpp/franz-recipe-mastodon",
  "config": {
    "serviceURL": "https://{teamId}",
    "hasTeamId": true,
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "message": "Please enter the instance address of Mastodon in the team name input box."
  }
}