-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtoad.json
More file actions
28 lines (28 loc) · 885 Bytes
/
toad.json
File metadata and controls
28 lines (28 loc) · 885 Bytes
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
{
"version": "0.1.128",
"architecture": {
"64bit": {
"url": "https://github.com/scaler-tech/toad/releases/download/v0.1.128/toad_v0.1.128_Windows_64bit.zip",
"bin": [
"toad.exe"
],
"hash": "1404baeec208a336862dddfa0a5f6f6c5884930c445d2f05187874ef53032692"
},
"arm64": {
"url": "https://github.com/scaler-tech/toad/releases/download/v0.1.128/toad_v0.1.128_Windows_ARM64.zip",
"bin": [
"toad.exe"
],
"hash": "de5dcbf0f5be988e3bd1a24ba907a5a58e6e88646bdfba575c594dde4396fd6b"
}
},
"homepage": "https://github.com/scaler-tech/toad",
"license": "MIT",
"description": "AI-powered code assistant that lives in Slack",
"shortcuts": [
[
"toad.exe",
"toad"
]
]
}