{
  "supportedApplicationIds": [
    "application_id_microsoft_word",
    "420fd454-0c36-499d-bde4-146823b16147"
  ],
  "name": "PLUGIN_WORD_NAME",
  "author": "PLUGIN_AUTHOR_LOGITECH",
  "description": "PLUGIN_WORD_DESCRIPTION",
  "icon": "",
  "poster": "",
  "guid": "facafed1e789dace",
  "enabled": true,
  "actionSdk": {
    "enabled": true,
    "actions": [
      {
        "name": "PLUGIN_THUMBWHEEL_TURN",
        "actionId": "thumbwheel_turn_action",
        "actionIcon": "",
        "parameters": []
      },
      {
        "name": "PLUGIN_CONTROLID_CLICK",
        "actionId": "controlid_click_action",
        "actionIcon": "",
        "parameters": []
      },
      {
        "name": "PLUGIN_ACTIVATE_ACTION",
        "actionId": "activate_plugin",
        "actionIcon": "",
        "parameters": []
      },
      {
        "name": "PLUGIN_DEACTIVATE_ACTION",
        "actionId": "deactivate_plugin",
        "actionIcon": "",
        "parameters": []
      },
      {
        "name": "PLUGIN_CROWN_TOUCH",
        "actionId": "crown_touch_action",
        "actionIcon": "",
        "parameters": []
      },
      {
        "name": "PLUGIN_CROWN_TURN",
        "actionId": "crown_turn_action",
        "actionIcon": "",
        "parameters": []
      }
    ]
  },
  "eventsSdk": {
    "enabled": true,
    "events": []
  },
  "installationMessage": "PLUGIN_WORD_INSTALLATION_MESSAGE",
  "downloadMessage": "PLUGIN_WORD_DOWNLOAD_MESSAGE",
  "installationCommands": [
    {
      "executable": "{plugin_installer_path}",
      "parameters": [
        "/i",
        "15dda906dfdffc11"
      ],
      "silent": true,
      "runAsAdmin": true,
      "platform": "win",
      "conditionals": [
        {
          "validationKey": {
            "path": "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Microsoft Visual Studio 2010 Tools for Office Runtime (x64)",
            "type": "REGISTRY"
          },
          "majorVersion": 10,
          "minorVersion": 0,
          "buildNumber": 60910,
          "installType": "UPDATE"
        },
        {
          "validationKey": {
            "path": "SOFTWARE\\Logitech",
            "name": "LogiOptionsCertificatesImported12",
            "expectedValue": "True",
            "type": "REGISTRY"
          },
          "installType": "IGNORE"
        }
      ]
    },
    {
      "executable": "{plugin_installer_path_as_user}",
      "parameters": [
        "/i",
        "facafed1e789dace"
      ],
      "silent": true,
      "platform": "win"
    }
  ]
}
