-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata_source.json
73 lines (73 loc) · 2.56 KB
/
metadata_source.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
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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Board cleaner",
"description": "Remove common part designatiors from silkscreen, such as resistors and caps",
"description_full": "Allows user to remove designator silkscreen to clean up high density boards. Allows the user to input a list of designators to remove, such as [R,C,L,D], and hides the silkscreen labels for all parts that match the designator",
"identifier": "com.github.dbriscoe511.Kicad-board-cleaner",
"type": "plugin",
"author": {
"name": "Daniel Briscoe",
"contact": {
"web": "https://github.com/dbriscoe511"
}
},
"maintainer": {
"name": "Daniel Briscoe",
"contact": {
"web": "https://github.com/dbriscoe511"
}
},
"license": "GPL-2.0",
"resources": {
"homepage": "https://github.com/dbriscoe511/Kicad-board-cleaner"
},
"tags": [
"pcbnew",
"footprints",
"clean"
],
"versions": [
{
"version": "1.0.1",
"status": "stable",
"kicad_version": "6.0",
"download_sha256": "be287911baabea6adbec783949c34aa02b70cc97e65c6789b55c38cf1cff81e5",
"download_size": 10104,
"download_url": "https://github.com/dbriscoe511/Kicad-board-cleaner/releases/download/1.0.1/Board-cleaner-1.0.1-pcm.zip",
"install_size": 16598,
"platforms": [
"linux",
"macos",
"windows"
]
},
{
"version": "1.1.0",
"status": "stable",
"kicad_version": "6.0",
"download_sha256": "224615028a97eeddbafd981c05156c614f4148078df3967f9bddaddd6060d24a",
"download_size": 10183,
"download_url": "https://github.com/dbriscoe511/Kicad-board-cleaner/releases/download/1.1.0/Board-cleaner-1.1.0-pcm.zip",
"install_size": 17131,
"platforms": [
"linux",
"macos",
"windows"
]
},
{
"version": "VERSION",
"status": "stable",
"kicad_version": "6.0",
"download_sha256": "SHA256",
"download_size": DOWNLOAD_SIZE,
"download_url": "https://github.com/dbriscoe511/Kicad-board-cleaner/releases/download/VERSION/Board-cleaner-VERSION-pcm.zip",
"install_size": INSTALL_SIZE,
"platforms": [
"linux",
"macos",
"windows"
]
}
]
}