<?xml version="1.0" encoding="UTF-8"?>
<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>b6f0a5f2-3c7e-4f2a-9d1e-7a0c3b5d9e11</Id>
  <Version>1.1.0.0</Version>
  <ProviderName>Pulse Intelligence</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Pulse Intelligence" />
  <Description DefaultValue="Insert and refresh your saved Pulse searches in Excel." />
  <IconUrl DefaultValue="https://excel.pulseintelligence.com/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://excel.pulseintelligence.com/assets/icon-64.png" />
  <SupportUrl DefaultValue="https://docs.pulseintelligence.com/docs/excel" />
  <AppDomains>
    <AppDomain>https://api.pulseintelligence.com</AppDomain>
  </AppDomains>
  <Hosts><Host Name="Workbook" /></Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="ExcelApi" MinVersion="1.13" />
      <Set Name="SharedRuntime" MinVersion="1.1" />
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://excel.pulseintelligence.com/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>
          <FunctionFile resid="Taskpane.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="Pulse.Tab">
              <Group id="Pulse.Group">
                <Label resid="Pulse.Group.Label" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16" />
                  <bt:Image size="32" resid="Icon.32" />
                  <bt:Image size="80" resid="Icon.80" />
                </Icon>
                <Control xsi:type="Button" id="Pulse.Open">
                  <Label resid="Pulse.Open.Label" />
                  <Supertip>
                    <Title resid="Pulse.Open.Label" />
                    <Description resid="Pulse.Open.Tip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Pulse.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="Pulse.RefreshAll">
                  <Label resid="Pulse.RefreshAll.Label" />
                  <Supertip>
                    <Title resid="Pulse.RefreshAll.Label" />
                    <Description resid="Pulse.RefreshAll.Tip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>refreshAll</FunctionName>
                  </Action>
                </Control>
              </Group>
              <Label resid="Pulse.Tab.Label" />
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://excel.pulseintelligence.com/assets/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://excel.pulseintelligence.com/assets/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://excel.pulseintelligence.com/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://excel.pulseintelligence.com/taskpane.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Pulse.Tab.Label" DefaultValue="Pulse" />
        <bt:String id="Pulse.Group.Label" DefaultValue="Pulse Intelligence" />
        <bt:String id="Pulse.Open.Label" DefaultValue="Open Pulse" />
        <bt:String id="Pulse.RefreshAll.Label" DefaultValue="Refresh All" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Pulse.Open.Tip" DefaultValue="Open the Pulse pane to add your saved searches as live tables." />
        <bt:String id="Pulse.RefreshAll.Tip" DefaultValue="Pull the latest Pulse data into every Pulse table in this workbook." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
