aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/toggl/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-28 12:10:25 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-28 12:10:25 +0200
commit728d339739b63e9bb59e457e4a84fe9a65b93fc9 (patch)
treea0fc6180ea26fa9ef397458e8eb6491031d6437d /uncompressed/toggl/package.json
parentAdd list of recipes (diff)
downloadferdium-recipes-728d339739b63e9bb59e457e4a84fe9a65b93fc9.tar.gz
ferdium-recipes-728d339739b63e9bb59e457e4a84fe9a65b93fc9.tar.zst
ferdium-recipes-728d339739b63e9bb59e457e4a84fe9a65b93fc9.zip
Add uncompressed recipes
Diffstat (limited to 'uncompressed/toggl/package.json')
-rw-r--r--uncompressed/toggl/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/uncompressed/toggl/package.json b/uncompressed/toggl/package.json
new file mode 100644
index 0000000..15a7794
--- /dev/null
+++ b/uncompressed/toggl/package.json
@@ -0,0 +1,23 @@
1{
2 "id": "toggl",
3 "name": "toggl",
4 "version": "1.0.1",
5 "description": "toggl",
6 "main": "index.js",
7 "author": "exampleman <franzplugin@example.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.toggl.com/app/timer",
11 "message": "",
12 "popup": [],
13 "hasNotificationSound": true,
14 "hasIndirectMessages": false,
15 "hasTeamID": false,
16 "hasPredefinedUrl": true,
17 "hostedOnly": false,
18 "webviewOptions": {
19 "disablewebsecurity": ""
20 },
21 "openDevTools": false
22 }
23}