aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clockify/package.json
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-03-24 21:51:03 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-03-24 21:51:03 +0100
commit30a759f889b5adc93369a937c5d8634183bba874 (patch)
treed7729ee72410d3cde9099ec434587f8cddc06d1d /recipes/clockify/package.json
parentBump is-svg from 4.2.1 to 4.3.1 (#454) (diff)
downloadferdium-recipes-30a759f889b5adc93369a937c5d8634183bba874.tar.gz
ferdium-recipes-30a759f889b5adc93369a937c5d8634183bba874.tar.zst
ferdium-recipes-30a759f889b5adc93369a937c5d8634183bba874.zip
Move clockify recipe in the right folder
Diffstat (limited to 'recipes/clockify/package.json')
-rw-r--r--recipes/clockify/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/clockify/package.json b/recipes/clockify/package.json
new file mode 100644
index 0000000..f7b794a
--- /dev/null
+++ b/recipes/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}