-
-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathrx_manifest.json
51 lines (51 loc) · 2.05 KB
/
rx_manifest.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
48
49
50
51
{
"title": "Duik Ángela",
"hosts": [
{
"name": "aftereffects",
"title": "After Effects"
}
],
"os": [
{
"name": "mac",
"title": "macOS"
},
{
"name": "win",
"title": "Windows"
}
],
"assets": [
{
"nameRegEx": "Duik_Angela.*\\.zip",
"name": "Duik Ángela",
"description": "Read the installation instructions in the [comprehensive documentation](http://duik.rxlab.guide).",
"hosts": [ {"name": "aftereffects", "title": "After Effects"} ],
"os": [ {"name": "mac", "title": "macOS"} , {"name": "win", "title": "Windows"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "Documentation", "url": "http://duik.rxlab.guide"},
{"title": "Tutorials", "url": "https://rxlaboratory.org/category/videos/duik-tutorials"},
{"title": "Books", "url": "https://rxlaboratory.org/product-category/books/"}
]
},
{
"nameRegEx": "Duik_API.*\\.zip",
"name": "Duik API",
"description": "Use the API to create your own scripts including features from Duik.",
"hosts": [ {"name": "aftereffects", "title": "After Effects"} ],
"os": [ {"name": "mac", "title": "macOS"} , {"name": "win", "title": "Windows"} ],
"urls": [
{"title": "Pre release access", "url": "http://memberships.rxlab.io"},
{"title": "API reference", "url": "http://duik.rxlab.io/"}
]
}
],
"userGuide": "http://duik.rxlab.guide",
"apiReference": "http://duik.rxlab.io",
"website": "https://rxlaboratory.org/tools/duik-angela",
"description": "The comprehensive rigging and animation toolkit for Adobe After Effects.",
"tutorials": "https://rxlaboratory.org/category/videos/duik-tutorials",
"books": "https://rxlaboratory.org/product-category/books/"
}