92 lines
2.4 KiB
JSON
92 lines
2.4 KiB
JSON
{
|
|
|
|
"Actions": [
|
|
{
|
|
"Icon": "Images/player_icon",
|
|
"Name": "Player",
|
|
"States": [
|
|
{
|
|
"Image": "Images/player",
|
|
"TitleAlignment": "middle",
|
|
"FontSize": 11
|
|
}
|
|
],
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Plays a bound audio file",
|
|
"UUID": "com.michal-courson.cliptrim.player",
|
|
"PropertyInspectorPath": "PropertyInspector/file_player.html"
|
|
},
|
|
{
|
|
"Icon": "Images/collection_icon",
|
|
"Name": "Collection Selector",
|
|
"States": [
|
|
{
|
|
"Image": "Images/collection",
|
|
"TitleAlignment": "middle",
|
|
"FontSize": 11
|
|
}
|
|
],
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Selects which collection to use",
|
|
"UUID": "com.michal-courson.cliptrim.profile-switcher",
|
|
"PropertyInspectorPath": "PropertyInspector/profile_swticher.html"
|
|
},
|
|
{
|
|
"Icon": "Images/page_nav_icon",
|
|
"Name": "Page Navigator",
|
|
"States": [
|
|
{
|
|
"Image": "Images/page_nav",
|
|
"TitleAlignment": "middle",
|
|
"FontSize": 16
|
|
}
|
|
],
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Navigates pages",
|
|
"UUID": "com.michal-courson.cliptrim.page-navigator",
|
|
"PropertyInspectorPath": "PropertyInspector/file_player.html"
|
|
},
|
|
{
|
|
"Icon": "Images/record_icon",
|
|
"Name": "Save Clip",
|
|
"States": [
|
|
{
|
|
"Image": "Images/record",
|
|
"TitleAlignment": "middle",
|
|
"FontSize": 16
|
|
}
|
|
],
|
|
"SupportedInMultiActions": false,
|
|
"Tooltip": "Saves the current clip",
|
|
"UUID": "com.michal-courson.cliptrim.clip-save",
|
|
"PropertyInspectorPath": "PropertyInspector/file_player.html"
|
|
}
|
|
],
|
|
"Author": "Michal Courson",
|
|
"Name": "ClipTrimDotNet",
|
|
"Description": "Pairs with cliptrim for easy voice recording and trimming",
|
|
"Icon": "Images/app_icon",
|
|
"Version": "0.1.0.0",
|
|
"CodePath": "ClipTrimDotNet.exe",
|
|
"Category": "ClipTrim",
|
|
"CategoryIcon": "Images/category_icon",
|
|
"UUID": "com.michal-courson.cliptrim",
|
|
"OS": [
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "10"
|
|
}
|
|
],
|
|
"SDKVersion": 2,
|
|
"Software": {
|
|
"MinimumVersion": "6.4"
|
|
},
|
|
"Profiles": [
|
|
{
|
|
"Name": "ClipTrim",
|
|
"DeviceType": 0,
|
|
"Readonly": false,
|
|
"DontAutoSwitchWhenInstalled": false
|
|
}
|
|
]
|
|
} |