aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clockify/package.json
blob: 731236dcf771666074dadd2ae1a9260859742a96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "id": "clockify",
  "name": "Clockify",
  "version": "1.0.2",
  "description": "Clockify",
  "main": "index.js",
  "author": "Sunny Singh <sunnysinghnitb@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://clockify.me/tracker",
    "message": "",
    "popup": [],
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "hasCustomUrl": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    }
  }
}