{
  "version": 1,
  "actions": [
    {
      "name": "WindowsActions.Photos.BlurBackground",
      "description": "ms-resource://Resources/WindowsActions_BlurBackground_Description",
      "kind": "Update",
      "icon": "ms-resource://Files/Assets/Retail/PhotosAppList.png",
      "inputTypes": [
        {
          "name": "Photo",
          "type": "Photo"
        }
      ],
      "instantiations": [
        {
          "input": [ "Photo" ],
          "description": "ms-resource://Resources/WindowsActions_BlurBackground_Instantiation_Description",
          "where": [ "${Photo.IsTemporaryPath} == false" ]
        }
      ],
      "outputTypes": [],
      "invocation": {
        "type": "Uri",
        "uri": "ms-photos:imageedit?InitialPivot=Background&InitialBackgroundType=Blur&EnableSave=true&FilePaths=${Photo.Path}"
      }
    },
    {
      "name": "WindowsActions.Photos.BlurBackgroundTemporaryPath",
      "description": "ms-resource://Resources/WindowsActions_BlurBackgroundTemporaryPath_Description",
      "kind": "Update",
      "icon": "ms-resource://Files/Assets/Retail/PhotosAppList.png",
      "inputTypes": [
        {
          "name": "Photo",
          "type": "Photo"
        }
      ],
      "instantiations": [
        {
          "input": [ "Photo" ],
          "description": "ms-resource://Resources/WindowsActions_BlurBackgroundTemporaryPath_Instantiation_Description",
          "where": [ "${Photo.IsTemporaryPath} == true" ]
        }
      ],
      "outputTypes": [],
      "invocation": {
        "type": "Uri",
        "uri": "ms-photos:imageedit?InitialPivot=Background&InitialBackgroundType=Blur&EnableSave=false&FilePaths=${Photo.Path}"
      }
    },
    {
      "name": "WindowsActions.Photos.EraseObjects",
      "description": "ms-resource://Resources/WindowsActions_EraseObjects_Description",
      "kind": "Update",
      "icon": "ms-resource://Files/Assets/Retail/PhotosAppList.png",
      "inputTypes": [
        {
          "name": "Photo",
          "type": "Photo"
        }
      ],
      "instantiations": [
        {
          "input": [ "Photo" ],
          "description": "ms-resource://Resources/WindowsActions_EraseObjects_Instantiation_Description",
          "where": [ "${Photo.IsTemporaryPath} == false" ]
        }
      ],
      "outputTypes": [],
      "invocation": {
        "type": "Uri",
        "uri": "ms-photos:imageedit?InitialPivot=Erase&EnableSave=true&FilePaths=${Photo.Path}"
      }
    },
    {
      "name": "WindowsActions.Photos.EraseObjectsTemporaryPath",
      "description": "ms-resource://Resources/WindowsActions_EraseObjectsTemporaryPath_Description",
      "kind": "Update",
      "icon": "ms-resource://Files/Assets/Retail/PhotosAppList.png",
      "inputTypes": [
        {
          "name": "Photo",
          "type": "Photo"
        }
      ],
      "instantiations": [
        {
          "input": [ "Photo" ],
          "description": "ms-resource://Resources/WindowsActions_EraseObjectsTemporaryPath_Instantiation_Description",
          "where": [ "${Photo.IsTemporaryPath} == true" ]
        }
      ],
      "outputTypes": [],
      "invocation": {
        "type": "Uri",
        "uri": "ms-photos:imageedit?InitialPivot=Erase&EnableSave=false&FilePaths=${Photo.Path}"
      }
    },
    { 
      "name": "WindowsActions.Bing.VisualSearch",
      "description": "ms-resource://Resources/WindowsActions_BingVisualSearch_Description",
      "kind": "Search",
      "icon": "ms-resource://Files/Assets/BingVisualSearchIcon.png",
      "inputTypes": [
        {
          "name": "Photo",
          "type": "Photo"
        }
      ],
      "instantiations": [
        {
          "input": [ "Photo" ],
          "description": "ms-resource://Resources/WindowsActions_BingVisualSearch_Instantiation_Description"
        }
      ],
      "outputTypes": [],
      "invocation": {
        "type": "Uri",
        "uri": "ms-photos:bing-visual-search?FilePaths=${Photo.Path}"
      }
    }
  ]
}