aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pomodoro-tracker/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pomodoro-tracker/package.json')
-rw-r--r--recipes/pomodoro-tracker/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/pomodoro-tracker/package.json b/recipes/pomodoro-tracker/package.json
new file mode 100644
index 0000000..b8a9e87
--- /dev/null
+++ b/recipes/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}