{
    "version": 1,
    "actions": [
        {
            "name": "Paint.Action.RemoveBackground",
            "description": "ms-resource://Resources/RemoveBackgroundActionDescription",
            "icon": "ms-resource://Files/Assets/PaintAppList.png",
            "kind": "Update",
            "inputTypes": [
                {
                    "name": "Photo",
                    "type": "Photo"
                }
            ],
            "instantiations": [
                {
                    "input": [ "Photo" ],
                    "description": "ms-resource://Resources/RemoveBackgroundActionForFileDescription",
                    "where": [ "${Photo.IsTemporaryPath} == false" ]
                },
                {
                    "input": [ "Photo" ],
                    "description": "ms-resource://Resources/RemoveBackgroundActionForTemporaryFileDescription",
                    "where": [ "${Photo.IsTemporaryPath} == true" ]
                }
            ],
            "outputTypes": [],
            "invocation": {
                "type": "Uri",
                "uri": "ms-paint://backgroundRemoval?isTemporaryPath=${Photo.IsTemporaryPath}&file=${Photo.Path}"
            }
        }
    ]
}