forked from chawyehsu/dorado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
activitywatch.json
35 lines (35 loc) · 1023 Bytes
/
activitywatch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"homepage": "https://activitywatch.net/",
"description": "Records what you do so that you can know how you've spent your time",
"version": "0.12.2",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ActivityWatch/activitywatch/releases/download/v0.12.2/activitywatch-v0.12.2-windows-x86_64.zip",
"hash": "1e0ea0e873c520b808b6fe79b9eda75da97b0d58d8896f623b84bfb64b88438f"
}
},
"extract_dir": "activitywatch",
"bin": [
[
"aw-qt.exe",
"aw"
]
],
"shortcuts": [
[
"aw-qt.exe",
"ActivityWatch"
]
],
"checkver": {
"github": "https://github.com/ActivityWatch/activitywatch"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ActivityWatch/activitywatch/releases/download/v$version/activitywatch-v$version-windows-x86_64.zip"
}
}
}
}