-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmetadata.json.template
35 lines (34 loc) · 1.13 KB
/
metadata.json.template
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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "Round Tracks",
"description": "A subdivision- and/or native arc-based track rounding plugin.",
"description_full": "Algorithmically smooth tracks in a predictable manner. Useful for flex PCBs, or just because it looks cool.",
"identifier": "com.github.mitxela.kicad-round-tracks",
"type": "plugin",
"author": {
"name": "mitxela",
"contact": {
"web": "https://mitxela.com"
}
},
"license": "Apache-2.0",
"resources": {
"homepage": "https://github.com/mitxela/kicad-round-tracks"
},
"versions": [
{
"version": "VERSION",
"status": "stable",
"kicad_version": "7.0.1",
"download_sha256": "SHA256",
"download_size": DOWNLOAD_SIZE,
"download_url": "https://github.com/mitxela/kicad-round-tracks/releases/download/VERSION/kicad-round-tracks-VERSION.zip",
"install_size": INSTALL_SIZE,
"platforms": [
"linux",
"macos",
"windows"
]
}
]
}