-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmetadata.json
32 lines (31 loc) · 1.89 KB
/
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
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "PCBWay Plug-in for KiCad",
"description": "Start prototype and assembly by sending files to PCBWay with just one click.",
"description_full": "Click this plugin for high quality prototyping and assembly services, PCBWay will commit to meeting your needs to the greatest extent.\n\nWhen you click PCBWay Plug-in button, we will export these files in your project:\n\n1. Gerber files in correct format for production\n2. IPC-Netlist file\n3. Bom-file that includes all information of components (please note designator, quantity, MPN/part number, package/footprint are necessary)\n4. Pick and Place-file used in assembly\n\nYou can click \"Save to Cart\" to place an order immediately after uploading the files ( usually only takes a few seconds), our engineers will double check the files before the production.\n\nAbout PCBWay:\n\nPCBWay is a Chinese company specializing in PCB prototyping and assembly, devotes to offer one-stop service. The build-time for standard PCBs is 24hrs. Our upgraded material with TG150-160 costs as low as $5/10pcs while our remarkable after-sale services are standing by for any questions you may encounter. As a sponsor of KiCad, we will always support its development.",
"identifier": "com.github.pcbway.PCBWay-Plug-in-for-Kicad",
"type": "plugin",
"author": {
"name": "PCBWay.com",
"contact": {
"web": "https://www.pcbway.com"
}
},
"maintainer": {
"name": "PCBWay.com",
"contact": {
"web": "https://www.pcbway.com"
}
},
"license": "MIT",
"resources": {
"homepage": "https://github.com/pcbway/PCBWay-Plug-in-for-Kicad"
},
"versions": [
{
"version": "1.0.2",
"status": "stable",
"kicad_version": "6.00"
}
]
}