aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/pomodoro-tracker/package.json
diff options
context:
space:
mode:
authorLibravatar Roman Dąbal <dabalroman@gmail.com>2020-09-19 20:47:19 +0200
committerLibravatar GitHub <noreply@github.com>2020-09-19 19:47:19 +0100
commit3ba70d1d471004ccb7fd09ed217cea41b6335235 (patch)
tree34d837617ce0081b6523d9fc3297a401cc16c2fe /uncompressed/pomodoro-tracker/package.json
parentAdd Monday recipe (#288) (diff)
downloadferdium-recipes-3ba70d1d471004ccb7fd09ed217cea41b6335235.tar.gz
ferdium-recipes-3ba70d1d471004ccb7fd09ed217cea41b6335235.tar.zst
ferdium-recipes-3ba70d1d471004ccb7fd09ed217cea41b6335235.zip
Add Pomodoro Tracker recipe (#252)
Diffstat (limited to 'uncompressed/pomodoro-tracker/package.json')
-rw-r--r--uncompressed/pomodoro-tracker/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/pomodoro-tracker/package.json b/uncompressed/pomodoro-tracker/package.json
new file mode 100644
index 0000000..b8a9e87
--- /dev/null
+++ b/uncompressed/pomodoro-tracker/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "pomodoro-tracker",
3 "name": "Pomodoro Tracker",
4 "version": "1.0.0",
5 "description": "Pomodoro Tracker is a productivity app.",
6 "main": "index.js",
7 "author": "Roman Dąbal <dabalroman@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://pomodoro-tracker.com",
11 "hasNotificationSound": true
12 }
13}