-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommon.json
More file actions
74 lines (74 loc) · 1.73 KB
/
common.json
File metadata and controls
74 lines (74 loc) · 1.73 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"items": [
{
"arg": "https://github.com/boettner-eric?tab=repositories",
"subtitle": "Repositories",
"icon": {
"path": "./icons/github.png"
},
"uid": "cm github",
"title": "GitHub",
"mods": {
"alt": {
"valid": true,
"icon": {
"path": "./icons/github.png"
},
"arg": "https://github.com/boettner-eric",
"subtitle": "Profile"
},
"cmd": {
"valid": true,
"arg": "https://github.com/pulls",
"subtitle": "Pull Requests",
"icon": {
"path": "./icons/github.png"
}
},
"ctrl": {
"valid": true,
"arg": "https://github.com/boettner-eric",
"subtitle": "GitHub",
"icon": {
"path": "./icons/github.png"
}
}
}
},
{
"arg": "https://www.youtube.com/",
"subtitle": "Videos",
"icon": {
"path": "./icons/youtube.png"
},
"uid": "cm youtube",
"title": "YouTube",
"mods": {
"alt": {
"valid": true,
"icon": {
"path": "./icons/youtube.png"
},
"arg": "https://www.youtube.com/",
"subtitle": "Home"
},
"cmd": {
"valid": true,
"arg": "https://www.youtube.com/feed/subscriptions",
"subtitle": "Subscriptions",
"icon": {
"path": "./icons/youtube.png"
}
},
"ctrl": {
"valid": true,
"arg": "https://www.youtube.com/feed/history",
"subtitle": "History",
"icon": {
"path": "./icons/youtube.png"
}
}
}
}
]
}