{
    "Actions": [
        {
            "Icon": "plugin/images/actions/screenshot",
            "Name": "Screenshot",
            "States": [
                {
                    "Image": "plugin/images/icons/screenshot"
                }
            ],
            "Tooltip": "Take a screenshot of your screen",
            "UUID": "com.elgato.4kcu.screenshot"
        },
        {
            "Icon": "plugin/images/actions/record",
            "Name": "Record",
            "States": [
                {
                    "Image": "plugin/images/icons/start_recording",
                    "Name": "Start recording"
                },
                {
                    "Image": "plugin/images/icons/stop_recording",
                    "Name": "Stop recording"
                }
            ],
            "Tooltip": "Start/stop recording",
            "UUID": "com.elgato.4kcu.record"
        },
        {
            "Icon": "plugin/images/actions/flashback_recording",
            "Name": "Flashback Recording",
            "States": [
                {
                    "Image": "plugin/images/icons/flashback_recording"
                }
            ],
            "Tooltip": "Slide back in time and record retroactively",
            "UUID": "com.elgato.4kcu.flashbackrecording"
        },
        {
            "Icon": "plugin/images/actions/live_commentary",
            "Name": "Live Commentary",
            "States": [
                {
                    "Image": "plugin/images/icons/active_live_commentary",
                    "Name": "Active live commentary"
                },
                {
                    "Image": "plugin/images/icons/deactive_live_commentary",
                    "Name": "Deactive live commentary"
                }
            ],
            "Tooltip": "Active/deactive live commentary",
            "UUID": "com.elgato.4kcu.livecommentary"
        },
        {
            "Icon": "plugin/images/actions/mute_preview",
            "Name": "Mute Preview",
            "States": [
                {
                    "Image": "plugin/images/icons/mute_preview",
                    "Name": "Mute Preview"
                },
                {
                    "Image": "plugin/images/icons/unmute_preview",
                    "Name": "Unmute Preview"
                }
            ],
            "Tooltip": "Mute/unmute preview",
            "UUID": "com.elgato.4kcu.mutepreview"
        }
    ],
    "SDKVersion": 2,
    "Author": "Elgato",
    "CodePath": "plugin/index.html",
    "Description": "Control the Elgato 4K Capture Utility application.",
    "Name": "4K Capture Utility",
    "Icon": "plugin/images/icons/plugin",
    "Category": "4K Capture Utility",
    "CategoryIcon": "plugin/images/actions/category",
    "PropertyInspectorPath": "pi/index.html",
    "URL": "https://www.elgato.com/gaming/stream-deck",
    "Version": "1.3",
    "OS": [
        {
            "Platform": "windows",
            "MinimumVersion" : "10"
        }
    ],
    "Software":
    {
        "MinimumVersion" : "4.3"
    },
    "ApplicationsToMonitor": {
        "windows": [
            "4KCaptureUtility.exe"
        ]
    }
}
