{
  "supportedApplicationIds": [
    "application_id_adobe_illustrator",
    "420fd454-0c36-499d-bde4-146823b16147"
  ],
  "name": "PLUGIN_ILLUSTRATOR_NAME",
  "author": "PLUGIN_AUTHOR_LOGITECH",
  "description": "PLUGIN_ILLUSTRATOR_DESCRIPTION",
  "icon": "",
  "poster": "",
  "guid": "5c018ceeb4979712",
  "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": [
      {
        "eventId": "generic_event"
      },
      {
        "eventId": "tool_change"
      },
      {
        "eventId": "tool_update"
      }
    ]
  },
  "installationMessage": "PLUGIN_ILLUSTRATOR_INSTALLATION_MESSAGE",
  "downloadMessage": "PLUGIN_ILLUSTRATOR_DOWNLOAD_MESSAGE",
  "installationCommands": [
    {
      "executable": "{plugin_installer_path}",
      "parameters": [
        "/i",
        "5c018ceeb4979712"
      ],
      "silent": true,
      "runAsAdmin": true,
      "platform": "win"
    },
    {
      "executable": "{plugin_installer_path}",
      "parameters": [
        "--install",
        "5c018ceeb4979712"
      ],
      "silent": true,
      "runAsAdmin": false,
      "platform": "osx"
    }
  ]
}
