-
Notifications
You must be signed in to change notification settings - Fork 0
/
oneware-package.json
46 lines (45 loc) · 1.22 KB
/
oneware-package.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
{
"category": "FPGA Boards",
"type": "Hardware",
"name": "iCEBreaker Support",
"id": "OneWare.IceBreaker",
"description": "iCEBreaker Integration",
"iconUrl": "https://raw.githubusercontent.com/one-ware/OneWare.IceBreaker/main/demo.png",
"license": "MIT",
"tabs": [
{
"title": "Readme",
"contentUrl": "https://raw.githubusercontent.com/one-ware/OneWare.IceBreaker/main/README.md"
},
{
"title": "License",
"contentUrl": "https://raw.githubusercontent.com/one-ware/OneWare.IceBreaker/main/LICENSE"
}
],
"links": [
{
"name": "Github",
"url": "https://github.com/one-ware/OneWare.IceBreaker"
}
],
"versions": [
{
"version": "1.0",
"targets": [
{
"target": "all",
"url": "https://github.com/one-ware/OneWare.IceBreaker/releases/download/1.0/OneWare.IceBreaker_1.0_all.zip"
}
]
},
{
"version": "1.1",
"targets": [
{
"target": "all",
"url": "https://github.com/one-ware/OneWare.IceBreaker/releases/download/1.1/OneWare.IceBreaker-1.1-all.zip"
}
]
}
]
}