aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jollor/package.json
blob: bb7010cdcaa211c1130c3c67a1cfa6b762b3d550 (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
{
  "id": "jollor",
  "name": "jollor",
  "version": "1.0.0",
  "description": "Jollor - Manage your social media with ease",
  "main": "index.js",
  "author": "Jan Zaloudek <mail@janzaloudek.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://jollor.com",
    "serviceName": "Jollor",
    "message": "Jollor - Manage your social media with ease",
    "popup": [],
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}