aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mastodon/package.json
blob: 41f3d10e304eb93542d5909863fe6eeaa9221b6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "Mastodon",
  "id": "mastodon",
  "version": "1.1.3",
  "description": "Mastodon Recipe for Ferdi",
  "main": "index.js",
  "author": "The Ferdi Team <hello@getferdi.com> and Kan Fushihara <kan.fushihara@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "",
    "serviceName": "Mastodon",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": true,
    "hasCustomUrl": true,
    "hostedOnly": true,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}