-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.json
More file actions
47 lines (47 loc) · 958 Bytes
/
Copy pathextension.json
File metadata and controls
47 lines (47 loc) · 958 Bytes
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
{
"name": "auto-routing-with-jspcb",
"uuid": "fe81c92e8cae445f9e4e4117058555f5",
"displayName": "JS-PCB 自动布线器",
"description": "基于 JS-PCB 的嘉立创EDA专业版自动布线扩展",
"version": "1.5.0",
"publisher": "JLCEDA <support@lceda.cn>",
"engines": {
"eda": "^2.3.0"
},
"license": "GPL-2.0",
"repository": {
"type": "extension-store",
"url": ""
},
"categories": "PCB",
"keywords": [
"SDK",
"Autorouter",
"PCB",
"Routing",
"JS-PCB"
],
"images": {
"logo": "./images/logo.png"
},
"homepage": "https://pro.lceda.cn",
"bugs": "https://lceda.cn/page/feedback?originPage=other",
"activationEvents": {},
"entry": "./dist/index",
"dependentExtensions": {},
"headerMenus": {
"pcb": [
{
"id": "JsPCB",
"title": "自动布线",
"menuItems": [
{
"id": "AutoRouteIFrame",
"title": "JS-PCB 自动布线器",
"registerFn": "startAutoRouteIFrame"
}
]
}
]
}
}