aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clockify/package.json
blob: f7b794aee3a1919b05d4ad34f6695ed1c47f8b1e (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
{
  "id": "clockify",
  "name": "Clockify",
  "version": "1.0.0",
  "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,
    "hasPredefinedUrl": true,
    "hasCustomUrl": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    }
  }
}