-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathak.json
executable file
·26 lines (26 loc) · 920 Bytes
/
ak.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
{
"go_mod_package": "github.com/cage1016/alfred-devtoys",
"workflow": {
"folder": ".workflow",
"name": "DevToys",
"description": "A Swiss Army knife for developers for Alfred",
"category_comment": "category: Tools, Internet, Productivity, Uncategorised",
"category": "Tools",
"bundle_id": "com.kaichu.devtoys",
"created_by": "KAI CHU CHUNG",
"web_address": "https://github.com/cage1016/alfred-devtoys",
"version": "0.2.0"
},
"update": {
"github_repo": "https://github.com/cage1016/alfred-devtoys"
},
"license": {
"type_comment": "support license https://github.com/nishanths/license",
"type": "mit",
"year": "2022",
"name": "KAI CHU CHUNG <[email protected]> (https://kaichu.io)"
},
"gon": {
"application_identity": "Developer ID Application: KAI CHU CHUNG"
}
}