39 lines
919 B
JSON
39 lines
919 B
JSON
{
|
|
"$schema": "https://schemas.elgato.com/streamdeck/plugins/manifest.json",
|
|
"UUID": "com.rimpac.gif-creator",
|
|
"Name": "RIMPAC GIF Creator",
|
|
"Description": "Launches the local rimpac_gif_creator screen GIF recorder.",
|
|
"Author": "RIMPAC",
|
|
"Version": "1.0.0.0",
|
|
"SDKVersion": 2,
|
|
"Software": {
|
|
"MinimumVersion": "7.1"
|
|
},
|
|
"Nodejs": {
|
|
"Version": "24"
|
|
},
|
|
"OS": [
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "10"
|
|
}
|
|
],
|
|
"CodePath": "bin/plugin.js",
|
|
"Category": "RIMPAC ffmpeg",
|
|
"CategoryIcon": "imgs/actions/launch/icon",
|
|
"Icon": "imgs/actions/launch/icon",
|
|
"Actions": [
|
|
{
|
|
"UUID": "com.rimpac.gif-creator.launch",
|
|
"Name": "GIF Creator",
|
|
"Tooltip": "Start rimpac_gif_creator.",
|
|
"Icon": "imgs/actions/launch/icon",
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/launch/key",
|
|
"Title": ""
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |