aboutsummaryrefslogtreecommitdiffstats
path: root/clockify/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'clockify/package.json')
-rw-r--r--clockify/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/clockify/package.json b/clockify/package.json
new file mode 100644
index 0000000..f7b794a
--- /dev/null
+++ b/clockify/package.json
@@ -0,0 +1,23 @@
1{
2 "id": "clockify",
3 "name": "Clockify",
4 "version": "1.0.0",
5 "description": "Clockify",
6 "main": "index.js",
7 "author": "Sunny Singh <sunnysinghnitb@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://clockify.me/tracker",
11 "message": "",
12 "popup": [],
13 "hasNotificationSound": true,
14 "hasDirectMessages": true,
15 "hasIndirectMessages": false,
16 "hasTeamID": false,
17 "hasPredefinedUrl": true,
18 "hasCustomUrl": false,
19 "webviewOptions": {
20 "disablewebsecurity": ""
21 }
22 }
23}