-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugins.json
33 lines (33 loc) · 1.39 KB
/
plugins.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
[
{
"name": "chipmunk-serial-plugin",
"repo": "https://github.com/esrlabs/chipmunk-serial-plugin.git",
"version": "1.2.10",
"display_name": "Serial",
"description": "Provides access to serial ports and pipes stdout with chipmunk session",
"readme": "https://raw.githubusercontent.com/esrlabs/chipmunk/master/README.md",
"icon": "https://raw.githubusercontent.com/esrlabs/chipmunk-terminal-plugin/master/icon.png",
"default": false,
"has_to_be_signed": true
},
{
"name": "chipmunk-asciicolors-plugin",
"repo": "https://github.com/esrlabs/chipmunk-asciicolors-plugin.git",
"version": "1.1.0",
"display_name": "ASCII Colors",
"description": "Support of ASCII colors in views",
"readme": "https://raw.githubusercontent.com/esrlabs/chipmunk/master/README.md",
"icon": "https://raw.githubusercontent.com/esrlabs/chipmunk-terminal-plugin/master/icon.png",
"default": true
},
{
"name": "chipmunk-dltview-plugin",
"repo": "https://github.com/esrlabs/chipmunk-dltview-plugin.git",
"version": "1.2.2",
"display_name": "DLT Details",
"description": "Presents DLT files/streams as columns and provides details view of DLT entry",
"readme": "https://raw.githubusercontent.com/esrlabs/chipmunk/master/README.md",
"icon": "https://raw.githubusercontent.com/esrlabs/chipmunk-terminal-plugin/master/icon.png",
"default": true
}
]