Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
/ DuGR Public archive

Commit

Permalink
update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed Jun 18, 2024
1 parent eb61d91 commit c11e3bd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions rx_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,28 @@
"title": "Windows"
}
],
"assets": [
{
"nameRegEx": "DuGR.*\\.zip",
"name": "DuGR",
"description": "Read the installation instructions in the [comprehensive documentation](http://dugr.rxlab.guide).",
"hosts": [ {"name": "aftereffects", "title": "After Effects"} ],
"os": [ {"name": "mac", "title": "macOS"} , {"name": "win", "title": "Windows"} ],
"urls": [
{"title": "Documentation", "url": "http://dugr.rxlab.guide"}
]
},
{
"nameRegEx": "DuGR_API.*\\.zip",
"name": "DuGR API",
"description": "Use the API to create your own scripts including features from DuGR.",
"hosts": [ {"name": "aftereffects", "title": "After Effects"} ],
"os": [ {"name": "mac", "title": "macOS"} , {"name": "win", "title": "Windows"} ],
"urls": [
{"title": "API reference", "url": "http://dugr.rxlab.io/"}
]
}
],
"userGuide": "http://dugr.rxlab.guide",
"apiReference": "http://dugr.rxlab.io/",
"website": "https://rxlaboratory.org/tools/dugr/",
Expand Down

0 comments on commit c11e3bd

Please sign in to comment.