<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
  <Id>b6e54f06-b0ce-4a3e-925c-e696108f7f17</Id>
  <Version>1.5.0.0</Version>
  <ProviderName>X3M.AI</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Merlino v1.5.0"/>
  <Description DefaultValue="Transform Excel into a cyber intelligence command center. Automate threat analysis, orchestrate security operations, and execute advanced testing workflows."/>
  <IconUrl DefaultValue="https://merlino-addin.x3m.ai/assets/merlino-icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://merlino-addin.x3m.ai/assets/merlino-icon-64.png"/>
  <SupportUrl DefaultValue="https://merlino-addin.x3m.ai/help"/>
  <AppDomains>
    <AppDomain>https://merlino.x3m.ai</AppDomain>
    <AppDomain>https://merlino-addin.x3m.ai</AppDomain>
    <AppDomain>https://merlino-addin.pages.dev</AppDomain>
    <AppDomain>https://raw.githubusercontent.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://merlino-addin.x3m.ai/templates.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Commands.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <!-- Add a custom tab to the command surface -->
            <CustomTab id="Merlino.CustomTab">
              
              <!-- Group: Operations -->
              <Group id="OperationsGroup">
                <Label resid="OperationsGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Templates.Icon.16x16"/>
                  <bt:Image size="32" resid="Templates.Icon.32x32"/>
                  <bt:Image size="80" resid="Templates.Icon.80x80"/>
                </Icon>
                
                <!-- Templates button -->
                <Control xsi:type="Button" id="TemplatesButton">
                  <Label resid="TemplatesButton.Label"/>
                  <Supertip>
                    <Title resid="TemplatesButton.Label"/>
                    <Description resid="TemplatesButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Templates.Icon.16x16"/>
                    <bt:Image size="32" resid="Templates.Icon.32x32"/>
                    <bt:Image size="80" resid="Templates.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Templates.Url"/>
                  </Action>
                </Control>
                
                <!-- Sources button -->
                <Control xsi:type="Button" id="SourcesButton">
                  <Label resid="SourcesButton.Label"/>
                  <Supertip>
                    <Title resid="SourcesButton.Label"/>
                    <Description resid="SourcesButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Sources.Icon.16x16"/>
                    <bt:Image size="32" resid="Sources.Icon.32x32"/>
                    <bt:Image size="80" resid="Sources.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonId2</TaskpaneId>
                    <SourceLocation resid="Sources.Url"/>
                  </Action>
                </Control>

                <!-- Runbooks button -->
                <Control xsi:type="Button" id="RunbooksButton">
                  <Label resid="RunbooksButton.Label"/>
                  <Supertip>
                    <Title resid="RunbooksButton.Label"/>
                    <Description resid="RunbooksButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Runbooks.Icon.16x16"/>
                    <bt:Image size="32" resid="Runbooks.Icon.32x32"/>
                    <bt:Image size="80" resid="Runbooks.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdRunbooks</TaskpaneId>
                    <SourceLocation resid="Runbooks.Url"/>
                  </Action>
                </Control>
              </Group>
              
              <!-- Group: Intelligence -->
              <Group id="IntelligenceGroup">
                <Label resid="IntelligenceGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="AI.Icon.16x16"/>
                  <bt:Image size="32" resid="AI.Icon.32x32"/>
                  <bt:Image size="80" resid="AI.Icon.80x80"/>
                </Icon>
                
                <!-- Graph Explorer button (NEW) -->
                <Control xsi:type="Button" id="GraphExplorerButton">
                  <Label resid="GraphExplorerButton.Label"/>
                  <Supertip>
                    <Title resid="GraphExplorerButton.Label"/>
                    <Description resid="GraphExplorerButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="GraphExplorer.Icon.16x16"/>
                    <bt:Image size="32" resid="GraphExplorer.Icon.32x32"/>
                    <bt:Image size="80" resid="GraphExplorer.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdGraphExplorer</TaskpaneId>
                    <SourceLocation resid="GraphExplorer.Url"/>
                  </Action>
                </Control>
                
                <!-- Insights button -->
                <Control xsi:type="Button" id="InsightsButton">
                  <Label resid="InsightsButton.Label"/>
                  <Supertip>
                    <Title resid="InsightsButton.Label"/>
                    <Description resid="InsightsButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Insights.Icon.16x16"/>
                    <bt:Image size="32" resid="Insights.Icon.32x32"/>
                    <bt:Image size="80" resid="Insights.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdInsights</TaskpaneId>
                    <SourceLocation resid="Insights.Url"/>
                  </Action>
                </Control>

                <!-- Reports button -->
                <Control xsi:type="Button" id="ReportsButton">
                  <Label resid="ReportsButton.Label"/>
                  <Supertip>
                    <Title resid="ReportsButton.Label"/>
                    <Description resid="ReportsButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Reports.Icon.16x16"/>
                    <bt:Image size="32" resid="Reports.Icon.32x32"/>
                    <bt:Image size="80" resid="Reports.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdReports</TaskpaneId>
                    <SourceLocation resid="Reports.Url"/>
                  </Action>
                </Control>
                
              </Group>
              
              <!-- Group: Data -->
              <Group id="DataGroup">
                <Label resid="DataGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="CVE.Icon.16x16"/>
                  <bt:Image size="32" resid="CVE.Icon.32x32"/>
                  <bt:Image size="80" resid="CVE.Icon.80x80"/>
                </Icon>
                
                <!-- CVE button -->
                <Control xsi:type="Button" id="CVEButton">
                  <Label resid="CVEButton.Label"/>
                  <Supertip>
                    <Title resid="CVEButton.Label"/>
                    <Description resid="CVEButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="CVE.Icon.16x16"/>
                    <bt:Image size="32" resid="CVE.Icon.32x32"/>
                    <bt:Image size="80" resid="CVE.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdCVE</TaskpaneId>
                    <SourceLocation resid="CVE.Url"/>
                  </Action>
                </Control>

                <!-- Exploit-DB button -->
                <Control xsi:type="Button" id="ExploitDBButton">
                  <Label resid="ExploitDBButton.Label"/>
                  <Supertip>
                    <Title resid="ExploitDBButton.Label"/>
                    <Description resid="ExploitDBButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="ExploitDB.Icon.16x16"/>
                    <bt:Image size="32" resid="ExploitDB.Icon.32x32"/>
                    <bt:Image size="80" resid="ExploitDB.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdExploitDB</TaskpaneId>
                    <SourceLocation resid="ExploitDB.Url"/>
                  </Action>
                </Control>

                <!-- AI button -->
                <Control xsi:type="Button" id="AIButton">
                  <Label resid="AIButton.Label"/>
                  <Supertip>
                    <Title resid="AIButton.Label"/>
                    <Description resid="AIButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="AI.Icon.16x16"/>
                    <bt:Image size="32" resid="AI.Icon.32x32"/>
                    <bt:Image size="80" resid="AI.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonId3</TaskpaneId>
                    <SourceLocation resid="AI.Url"/>
                  </Action>
                </Control>
              </Group>
              
              <!-- QUARTO GRUPPO: Morgana Arsenal (Red Team) -->
              <Group id="MorganaGroup">
                <Label resid="MorganaGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="TestsAndOperations.Icon.16x16"/>
                  <bt:Image size="32" resid="TestsAndOperations.Icon.32x32"/>
                  <bt:Image size="80" resid="TestsAndOperations.Icon.80x80"/>
                </Icon>
                
                <!-- IOC button -->
                <Control xsi:type="Button" id="IOCButton">
                  <Label resid="IOCButton.Label"/>
                  <Supertip>
                    <Title resid="IOCButton.Label"/>
                    <Description resid="IOCButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="IOC.Icon.16x16"/>
                    <bt:Image size="32" resid="IOC.Icon.32x32"/>
                    <bt:Image size="80" resid="IOC.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdIOC</TaskpaneId>
                    <SourceLocation resid="IOC.Url"/>
                  </Action>
                </Control>
                
                <!-- Agents button -->
                <Control xsi:type="Button" id="AgentsButton">
                  <Label resid="AgentsButton.Label"/>
                  <Supertip>
                    <Title resid="AgentsButton.Label"/>
                    <Description resid="AgentsButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Agents.Icon.16x16"/>
                    <bt:Image size="32" resid="Agents.Icon.32x32"/>
                    <bt:Image size="80" resid="Agents.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdAgents</TaskpaneId>
                    <SourceLocation resid="Agents.Url"/>
                  </Action>
                </Control>
                
                <!-- Tests and Operations button -->
                <Control xsi:type="Button" id="TestsAndOperationsButton">
                  <Label resid="TestsAndOperationsButton.Label"/>
                  <Supertip>
                    <Title resid="TestsAndOperationsButton.Label"/>
                    <Description resid="TestsAndOperationsButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="TestsAndOperations.Icon.16x16"/>
                    <bt:Image size="32" resid="TestsAndOperations.Icon.32x32"/>
                    <bt:Image size="80" resid="TestsAndOperations.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdTestsAndOperations</TaskpaneId>
                    <SourceLocation resid="TestsAndOperations.Url"/>
                  </Action>
                </Control>
              </Group>
              
              <!-- QUINTO GRUPPO: Help -->
              <Group id="HelpGroup">
                <Label resid="HelpGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Anacleto.Icon.16x16"/>
                  <bt:Image size="32" resid="Anacleto.Icon.32x32"/>
                  <bt:Image size="80" resid="Anacleto.Icon.80x80"/>
                </Icon>
                
                <!-- Logs button -->
                <Control xsi:type="Button" id="LogsButton">
                  <Label resid="LogsButton.Label"/>
                  <Supertip>
                    <Title resid="LogsButton.Label"/>
                    <Description resid="LogsButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Log.Icon.16x16"/>
                    <bt:Image size="32" resid="Log.Icon.32x32"/>
                    <bt:Image size="80" resid="Log.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonIdLogs</TaskpaneId>
                    <SourceLocation resid="Logs.Url"/>
                  </Action>
                </Control>
                
                <!-- Settings button -->
                <Control xsi:type="Button" id="SettingsButton">
                  <Label resid="SettingsButton.Label"/>
                  <Supertip>
                    <Title resid="SettingsButton.Label"/>
                    <Description resid="SettingsButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Settings.Icon.16x16"/>
                    <bt:Image size="32" resid="Settings.Icon.32x32"/>
                    <bt:Image size="80" resid="Settings.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonId8</TaskpaneId>
                    <SourceLocation resid="Settings.Url"/>
                  </Action>
                </Control>
                
                <!-- Anacleto button -->
                <Control xsi:type="Button" id="AnacletoButton">
                  <Label resid="AnacletoButton.Label"/>
                  <Supertip>
                    <Title resid="AnacletoButton.Label"/>
                    <Description resid="AnacletoButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Anacleto.Icon.16x16"/>
                    <bt:Image size="32" resid="Anacleto.Icon.32x32"/>
                    <bt:Image size="80" resid="Anacleto.Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonId4</TaskpaneId>
                    <SourceLocation resid="Anacleto.Url"/>
                  </Action>
                </Control>
              </Group>
              <Label resid="CustomTab.Label"/>
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <!-- Add resources for the custom tab -->
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/merlino-icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/merlino-icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/merlino-icon-80.png"/>

        <bt:Image id="Templates.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/templates-icon-16.png?v=1.2.0"/>
        <bt:Image id="Templates.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/templates-icon-32.png?v=1.2.0"/>
        <bt:Image id="Templates.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/templates-icon-80.png?v=1.2.0"/>

        <bt:Image id="Sources.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/sources-icon-16.png?v=1.2.0"/>
        <bt:Image id="Sources.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/sources-icon-32.png?v=1.2.0"/>
        <bt:Image id="Sources.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/sources-icon-80.png?v=1.2.0"/>

        <bt:Image id="AI.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/ai-icon-16.png?v=1.2.0"/>
        <bt:Image id="AI.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/ai-icon-32.png?v=1.2.0"/>
        <bt:Image id="AI.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/ai-icon-80.png?v=1.2.0"/>
        
        <bt:Image id="Anacleto.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/anacleto-icon-16.png?v=1.2.0"/>
        <bt:Image id="Anacleto.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/anacleto-icon-32.png?v=1.2.0"/>
        <bt:Image id="Anacleto.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/anacleto-icon-80.png?v=1.2.0"/>

        <bt:Image id="Settings.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/settings-icon-16.png?v=1.2.0"/>
        <bt:Image id="Settings.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/settings-icon-32.png?v=1.2.0"/>
        <bt:Image id="Settings.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/settings-icon-80.png?v=1.2.0"/>

        <bt:Image id="Log.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/log-icon-16.png?v=1.2.0"/>
        <bt:Image id="Log.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/log-icon-32.png?v=1.2.0"/>
        <bt:Image id="Log.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/log-icon-80.png?v=1.2.0"/>
  
        <bt:Image id="Runbooks.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/runbooks-icon-16.png?v=1.2.0"/>
        <bt:Image id="Runbooks.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/runbooks-icon-32.png?v=1.2.0"/>
        <bt:Image id="Runbooks.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/runbooks-icon-80.png?v=1.2.0"/>

        <bt:Image id="Insights.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/insights-icon-16.png?v=1.2.0"/>
        <bt:Image id="Insights.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/insights-icon-32.png?v=1.2.0"/>
        <bt:Image id="Insights.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/insights-icon-80.png?v=1.2.0"/>

        <bt:Image id="TestsAndOperations.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/tests-operations-icon-16.png?v=1.2.0"/>
        <bt:Image id="TestsAndOperations.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/tests-operations-icon-32.png?v=1.2.0"/>
        <bt:Image id="TestsAndOperations.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/tests-operations-icon-80.png?v=1.2.0"/>

        <bt:Image id="IOC.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/ioc-icon-16.png?v=1.2.0"/>
        <bt:Image id="IOC.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/ioc-icon-32.png?v=1.2.0"/>
        <bt:Image id="IOC.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/ioc-icon-80.png?v=1.2.0"/>

        <bt:Image id="Agents.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/agents-icon-16.png?v=1.2.0"/>
        <bt:Image id="Agents.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/agents-icon-32.png?v=1.2.0"/>
        <bt:Image id="Agents.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/agents-icon-80.png?v=1.2.0"/>

        <bt:Image id="CVE.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/cve-icon-16.png?v=1.2.0"/>
        <bt:Image id="CVE.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/cve-icon-32.png?v=1.2.0"/>
        <bt:Image id="CVE.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/cve-icon-80.png?v=1.2.0"/>

        <bt:Image id="ExploitDB.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/exploitdb-icon-16.png?v=1.2.0"/>
        <bt:Image id="ExploitDB.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/exploitdb-icon-32.png?v=1.2.0"/>
        <bt:Image id="ExploitDB.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/exploitdb-icon-80.png?v=1.2.0"/>

        <bt:Image id="Reports.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/reports-icon-16.png"/>
        <bt:Image id="Reports.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/reports-icon-32.png"/>
        <bt:Image id="Reports.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/reports-icon-80.png"/>

        <bt:Image id="GraphExplorer.Icon.16x16" DefaultValue="https://merlino-addin.x3m.ai/assets/graph-explorer-icon-16.png?v=1.2.0"/>
        <bt:Image id="GraphExplorer.Icon.32x32" DefaultValue="https://merlino-addin.x3m.ai/assets/graph-explorer-icon-32.png?v=1.2.0"/>
        <bt:Image id="GraphExplorer.Icon.80x80" DefaultValue="https://merlino-addin.x3m.ai/assets/graph-explorer-icon-80.png?v=1.2.0"/>

      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
        <bt:Url id="Commands.Url" DefaultValue="https://merlino-addin.x3m.ai/commands.html"/>
        <bt:Url id="Templates.Url" DefaultValue="https://merlino-addin.x3m.ai/templates.html"/>
        <bt:Url id="Sources.Url" DefaultValue="https://merlino-addin.x3m.ai/sources.html"/>
        <bt:Url id="Anacleto.Url" DefaultValue="https://merlino-addin.x3m.ai/anacleto.html"/>
        <bt:Url id="Settings.Url" DefaultValue="https://merlino-addin.x3m.ai/settings.html"/>
        <bt:Url id="AI.Url" DefaultValue="https://merlino-addin.x3m.ai/ai.html"/>
        <bt:Url id="Logs.Url" DefaultValue="https://merlino-addin.x3m.ai/logs.html"/>
        <bt:Url id="IOC.Url" DefaultValue="https://merlino-addin.x3m.ai/ioc.html"/>
        <bt:Url id="Agents.Url" DefaultValue="https://merlino-addin.x3m.ai/agents.html"/>
        <bt:Url id="TestsAndOperations.Url" DefaultValue="https://merlino-addin.x3m.ai/testsandoperations.html"/>
        <bt:Url id="Runbooks.Url" DefaultValue="https://merlino-addin.x3m.ai/runbooks.html"/>
        <bt:Url id="Insights.Url" DefaultValue="https://merlino-addin.x3m.ai/data-insights.html?v=devcachebust-20251216-1"/>
        <bt:Url id="CVE.Url" DefaultValue="https://merlino-addin.x3m.ai/cve.html"/>
        <bt:Url id="ExploitDB.Url" DefaultValue="https://merlino-addin.x3m.ai/exploitdb.html"/>
        <bt:Url id="Reports.Url" DefaultValue="https://merlino-addin.x3m.ai/reports.html"/>
        <bt:Url id="GraphExplorer.Url" DefaultValue="https://merlino-addin.x3m.ai/graph-explorer.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Welcome in Merlino!"/>
        <bt:String id="CustomTab.Label" DefaultValue="Merlino"/>
        <bt:String id="OperationsGroup.Label" DefaultValue="Operations"/>
        <bt:String id="IntelligenceGroup.Label" DefaultValue="Intelligence"/>
        <bt:String id="DataGroup.Label" DefaultValue="Data"/>
        <bt:String id="MorganaGroup.Label" DefaultValue="Morgana Arsenal"/>
        <bt:String id="HelpGroup.Label" DefaultValue="Help"/>
        <bt:String id="TemplatesButton.Label" DefaultValue="Templates"/>
        <bt:String id="SourcesButton.Label" DefaultValue="Sources"/>
        <bt:String id="IOCButton.Label" DefaultValue="IOC"/>
        <bt:String id="AgentsButton.Label" DefaultValue="Agents"/>
        <bt:String id="TestsAndOperationsButton.Label" DefaultValue="Tests and Operations"/>
        <bt:String id="AIButton.Label" DefaultValue="AI"/>
        <bt:String id="RunbooksButton.Label" DefaultValue="Runbooks"/>
        <bt:String id="InsightsButton.Label" DefaultValue="Insights"/>
        <bt:String id="CVEButton.Label" DefaultValue="CVE"/>
        <bt:String id="ExploitDBButton.Label" DefaultValue="Exploit Database"/>
        <bt:String id="ReportsButton.Label" DefaultValue="Adaptive Report"/>
        <bt:String id="GraphExplorerButton.Label" DefaultValue="Attack Knowledge"/>
        <bt:String id="AnacletoButton.Label" DefaultValue="Anacleto"/>
        <bt:String id="SettingsButton.Label" DefaultValue="Settings"/>
        <bt:String id="LogsButton.Label" DefaultValue="Logs"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Merlino add-in loaded successfully. Go to the Merlino tab and click the 'Templates' button to get started."/>
        <bt:String id="TemplatesButton.Tooltip" DefaultValue="Click to Show Templates"/>
        <bt:String id="SourcesButton.Tooltip" DefaultValue="Click to Show Sources"/>
        <bt:String id="IOCButton.Tooltip" DefaultValue="IOC / Observables management (to be implemented)"/>
        <bt:String id="AgentsButton.Tooltip" DefaultValue="Manage Caldera agents deployment and configuration"/>
        <bt:String id="TestsAndOperationsButton.Tooltip" DefaultValue="Manage Tests and Operations with MITRE Caldera"/>
        <bt:String id="AIButton.Tooltip" DefaultValue="Click to Show AI"/>
        <bt:String id="RunbooksButton.Tooltip" DefaultValue="Click to Show Runbooks"/>
        <bt:String id="InsightsButton.Tooltip" DefaultValue="Click to view technique insights and statistics"/>
        <bt:String id="CVEButton.Tooltip" DefaultValue="Import and manage CVE vulnerability data from NIST NVD"/>
        <bt:String id="ExploitDBButton.Tooltip" DefaultValue="Import exploits from Exploit-DB database mapped to MITRE techniques"/>
        <bt:String id="ReportsButton.Tooltip" DefaultValue="Context-aware, intelligent reporting with dynamic visualizations"/>
        <bt:String id="GraphExplorerButton.Tooltip" DefaultValue="Explore relationships across Pick=TRUE entities"/>
        <bt:String id="AnacletoButton.Tooltip" DefaultValue="Anacleto - Merlino's wise advisor"/>
        <bt:String id="SettingsButton.Tooltip" DefaultValue="Configure Morgana URL and API settings"/>
        <bt:String id="LogsButton.Tooltip" DefaultValue="Open Merlino logs"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
