aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/mastodon/package.json
blob: bd72fbd19663db4ed2817c37f3042876e123daaa (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.0",
  "description": "micro blog",
  "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,
    "customURL": true,
    "hostedOnly": true,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}