<?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>9eb47c87-7781-41be-816d-3dc707dbcea6</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>AlphaSense</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="AlphaSense for Excel"/>
  <Description DefaultValue="AlphaSense brings you an AI Add-In for Excel."/>
  <IconUrl DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/logo.png"/>
  <HighResolutionIconUrl DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/logo.png"/>
  <SupportUrl DefaultValue="https://carousel.crisp.help"/>
  <AppDomains>
    <AppDomain>https://plugins.alpha-sense.org/carousel-excel-addin/latest</AppDomain>
    <AppDomain>https://auth.rc.alpha-sense.com</AppDomain>
    <AppDomain>https://auth.dev4.alpha-sense.org</AppDomain>
    <AppDomain>https://auth.research.alpha-sense.com</AppDomain>
    <AppDomain>https://cdn.auth0.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1"/>
      <Set Name="AddinCommands" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <Runtimes>
          <Runtime resid="Taskpane.Url" lifetime="long" />
        </Runtimes>
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Taskpane.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="TabCarousel">
              <Group id="AuthGroup">
                <Label resid="AuthGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Logout.16x16"/>
                  <bt:Image size="32" resid="Logout.32x32"/>
                  <bt:Image size="80" resid="Logout.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="LoginButton">
                  <Label resid="LoginButton.Label"/>
                  <Supertip>
                    <Title resid="LoginButton.Label"/>
                    <Description resid="LoginButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Logout.16x16"/>
                    <bt:Image size="32" resid="Logout.32x32"/>
                    <bt:Image size="80" resid="Logout.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openLoginDialog</FunctionName>
                  </Action>
                </Control>
              </Group>
              <Group id="AICreationGroup">
                <Label resid="AICreationGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="ChatPane.16x16"/>
                  <bt:Image size="32" resid="ChatPane.32x32"/>
                  <bt:Image size="80" resid="ChatPane.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="TaskpaneButton">
                  <Label resid="TaskpaneButton.Label"/>
                  <Supertip>
                    <Title resid="TaskpaneButton.Label"/>
                    <Description resid="TaskpaneButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="ChatPane.16x16"/>
                    <bt:Image size="32" resid="ChatPane.32x32"/>
                    <bt:Image size="80" resid="ChatPane.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>CarouselExcelTaskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                  <Enabled>true</Enabled>
                </Control>
              </Group>
              <Group id="UtilitiesGroup">
                <Label resid="UtilitiesGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Icon.16x16"/>
                  <bt:Image size="32" resid="Icon.32x32"/>
                  <bt:Image size="80" resid="Icon.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="ManageDataButton">
                  <Label resid="ManageDataButton.Label"/>
                  <Supertip>
                    <Title resid="ManageDataButton.Label"/>
                    <Description resid="ManageDataButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="ManageData.16x16"/>
                    <bt:Image size="32" resid="ManageData.32x32"/>
                    <bt:Image size="80" resid="ManageData.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openManageDataDialog</FunctionName>
                  </Action>
                  <Enabled>true</Enabled>
                </Control>
              </Group>
              <Group id="PersonalizationGroup">
                <Label resid="PersonalizationGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="CustomInstructions.16x16"/>
                  <bt:Image size="32" resid="CustomInstructions.32x32"/>
                  <bt:Image size="80" resid="CustomInstructions.80x80"/>
                </Icon>
                <Control xsi:type="Button" id="CustomInstructionsButton">
                  <Label resid="CustomInstructionsButton.Label"/>
                  <Supertip>
                    <Title resid="CustomInstructionsButton.Label"/>
                    <Description resid="CustomInstructionsButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="CustomInstructions.16x16"/>
                    <bt:Image size="32" resid="CustomInstructions.32x32"/>
                    <bt:Image size="80" resid="CustomInstructions.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openCustomInstructionsModal</FunctionName>
                  </Action>
                  <Enabled>true</Enabled>
                </Control>
                <Control xsi:type="Button" id="PromptLibraryButton">
                  <Label resid="PromptLibraryButton.Label"/>
                  <Supertip>
                    <Title resid="PromptLibraryButton.Label"/>
                    <Description resid="PromptLibraryButton.Tooltip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="PromptLibrary.16x16"/>
                    <bt:Image size="32" resid="PromptLibrary.32x32"/>
                    <bt:Image size="80" resid="PromptLibrary.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openPromptLibraryModal</FunctionName>
                  </Action>
                  <Enabled>true</Enabled>
                </Control>
                <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.16x16"/>
                    <bt:Image size="32" resid="Settings.32x32"/>
                    <bt:Image size="80" resid="Settings.80x80"/>
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>openSettingsModal</FunctionName>
                  </Action>
                  <Enabled>true</Enabled>
                </Control>
              </Group>
              <Label resid="TabCarousel.Label"/>
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/icon-80.png"/>
        <bt:Image id="ChatPane.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Chat Pane 16x16.png"/>
        <bt:Image id="ChatPane.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Chat Pane 32x32.png"/>
        <bt:Image id="ChatPane.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Chat Pane 80x80.png"/>
        <bt:Image id="Logout.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Logout 32x32.png"/>
        <bt:Image id="Logout.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Logout 32x32.png"/>
        <bt:Image id="Logout.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Logout 32x32.png"/>
        <bt:Image id="Settings.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Settings 32x32.png"/>
        <bt:Image id="Settings.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Settings 32x32.png"/>
        <bt:Image id="Settings.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Settings 32x32.png"/>
        <bt:Image id="ManageData.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Manage Data 32x32.png"/>
        <bt:Image id="ManageData.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Manage Data 32x32.png"/>
        <bt:Image id="ManageData.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Manage Data 32x32.png"/>
        <bt:Image id="CustomInstructions.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/CustomInstructions 32x32.png"/>
        <bt:Image id="CustomInstructions.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/CustomInstructions 32x32.png"/>
        <bt:Image id="CustomInstructions.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/CustomInstructions 32x32.png"/>
        <bt:Image id="PromptLibrary.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/PromptLibrary 32x32.png"/>
        <bt:Image id="PromptLibrary.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/PromptLibrary 32x32.png"/>
        <bt:Image id="PromptLibrary.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/PromptLibrary 32x32.png"/>
        <bt:Image id="About.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/About 32x32.png"/>
        <bt:Image id="About.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/About 32x32.png"/>
        <bt:Image id="About.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/About 32x32.png"/>
        <bt:Image id="Help.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Help 32x32.png"/>
        <bt:Image id="Help.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Help 32x32.png"/>
        <bt:Image id="Help.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Help 32x32.png"/>
        <bt:Image id="Admin.16x16" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Admin 48x48.png"/>
        <bt:Image id="Admin.32x32" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Admin 48x48.png"/>
        <bt:Image id="Admin.80x80" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/assets/Admin 48x48.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://app.carouseltech.io"/>
        <bt:Url id="Commands.Url" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/commands.html"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://plugins.alpha-sense.org/carousel-excel-addin/latest/taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="AlphaSense for Excel"/>
        <bt:String id="TabCarousel.Label" DefaultValue="AlphaSense"/>
        <bt:String id="AuthGroup.Label" DefaultValue="Auth"/>
        <bt:String id="AICreationGroup.Label" DefaultValue="AI Modeling and Editing"/>
        <bt:String id="UtilitiesGroup.Label" DefaultValue="Utilities"/>
        <bt:String id="PersonalizationGroup.Label" DefaultValue="Personalization"/>
        <bt:String id="LoginButton.Label" DefaultValue="Login / Logout"/>
        <bt:String id="TaskpaneButton.Label" DefaultValue="AlphaSense Chat"/>
        <bt:String id="ManageDataButton.Label" DefaultValue="Manage Data"/>
        <bt:String id="CustomInstructionsButton.Label" DefaultValue="Custom Instructions"/>
        <bt:String id="PromptLibraryButton.Label" DefaultValue="Prompt Library"/>
        <bt:String id="SettingsButton.Label" DefaultValue="Settings"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="AlphaSense Add-In loaded successfully. Go to the ALPHASENSE tab and click 'AlphaSense Chat' to get started."/>
        <bt:String id="LoginButton.Tooltip" DefaultValue="Click to sign in or out of AlphaSense"/>
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open AlphaSense Chat for AI-powered Excel assistance"/>
        <bt:String id="ManageDataButton.Tooltip" DefaultValue="Review local data stores and clear cached/indexed data when needed"/>
        <bt:String id="CustomInstructionsButton.Tooltip" DefaultValue="Configure custom instructions for AI responses"/>
        <bt:String id="SettingsButton.Tooltip" DefaultValue="Open AlphaSense settings"/>
        <bt:String id="PromptLibraryButton.Tooltip" DefaultValue="Browse and use saved prompts"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
