-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathfirmwares.json
47 lines (47 loc) · 1.36 KB
/
firmwares.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
47
{
"$schema": "docs/firmwares.schema.json",
"firmwares": [
{
"alias": ["od", "official-dev", "off-dev"],
"description": "Official Dev",
"type": "index",
"index_url": "https://update.flipperzero.one/firmware/directory.json",
"channel": "dev"
},
{
"alias": ["os", "official-stable", "off-stbl"],
"description": "Official Stable",
"type": "index",
"index_url": "https://update.flipperzero.one/firmware/directory.json",
"channel": "release"
},
{
"alias": ["u", "ul", "unleashed"],
"description": "Unleashed",
"type": "index",
"index_url": "https://up.unleashedflip.com/directory.json",
"channel": "release"
},
{
"alias": ["ud", "uld", "unleashed-dev"],
"description": "Unleashed dev build",
"type": "index",
"index_url": "https://up.unleashedflip.com/directory.json",
"channel": "dev"
},
{
"alias": ["ms", "momentum-stable", "mts"],
"description": "Momentum stable",
"type": "index",
"index_url": "https://up.momentum-fw.dev/firmware/directory.json",
"channel": "release"
},
{
"alias": ["md", "momentum-dev", "mtd"],
"description": "Momentum dev build",
"type": "index",
"index_url": "https://up.momentum-fw.dev/firmware/directory.json",
"channel": "dev"
}
]
}