{
  "Actions": [{
      "Icon": "images/wizard-action",
      "Name": "Freeform AI Assistant",
      "States": [{
        "Image": "images/wizard-state"
      }],
      "Tooltip": "Brings up a window with your AI Assistant for freeform use.",
      "UUID": "io.deckassistant.plugin.bringup"
    },
    {
      "Icon": "images/comment-dots-action",
      "Name": "Prompting",
      "States": [{
        "Image": "images/comment-dots-state"
      }],
      "Tooltip": "Sends any selected text with a prompt to AI DeckAssistant",
      "UUID": "io.deckassistant.plugin.prompt"
    }
  ],
  "SDKVersion": 2,
  "Author": "Martijn Smit",
  "CodePath": "deckassistant-streamdeck-plugin.exe",
  "CodePathMac": "deckassistant-streamdeck-plugin",
  "CodePathWin": "deckassistant-streamdeck-plugin.exe",
  "PropertyInspectorPath": "propertyinspector/propertyinspector.html",
  "Description": "A.I. at your fingertips. Literally.<br /><br />With DeckAssistant, you can select text in any application and send it to our A.I. with a prompt, or bring up a freeform prompt window for endless possibilities. After receiving the initial response, you can continue your conversation online.<br /><br />Prompting choices are endless, but here are a few examples: \"Summarize this text\", \"Find bugs in this code\", \"translate this text to English\", \"write a polite decline for this email\".<br /><br />DeckAssistant is the ultimate productivity tool for Stream Deck, providing AI-powered features that simplify your workflow and save you time.",
  "Name": "AI DeckAssisant",
  "Icon": "images/deckassistant-logo-store",
  "URL": "https://deckassistant.io",
  "Category": "AI DeckAssisant",
  "CategoryIcon": "images/deckassistant-logo-category",
  "Version": "3.0.0",
  "OS": [
    {
      "Platform": "mac",
      "MinimumVersion": "10.13"
    },
    {
      "Platform": "windows",
      "MinimumVersion": "10"
    }
  ],
  "Software": {
    "MinimumVersion": "4.1"
  }
}