-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
36 lines (35 loc) · 969 Bytes
/
metadata.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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Ki-Fillet",
"description": "Fillet board edges.",
"description_full": "Automatically apply a rounded fillet of a given radius to all board edges on the edge cuts layer.",
"identifier": "com.github.reilly-callaway.Ki-Fillet",
"type": "plugin",
"author": {
"name": "Reilly Callaway",
"contact": {
"github": "https://github.com/reilly-callaway"
}
},
"license": "GPL-3.0",
"resources": {
"homepage": "https://github.com/reilly-callaway/Ki-Fillet"
},
"tags": [
"pcbnew",
"board",
"fillet"
],
"versions": [
{
"version": "1.0.0",
"status": "stable",
"kicad_version": "7.0",
"platforms": [
"linux",
"macos",
"windows"
]
}
]
}