<?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>3e7c6f2a-1f1e-4b9e-9f12-scivuepptx0001</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>SciVue</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="SciVue Figures"/>
  <Description DefaultValue="Browse and insert SciVue scientific figures into your slides."/>
  <IconUrl DefaultValue="https://scivue.live/favicon.ico"/>
  <HighResolutionIconUrl DefaultValue="https://scivue.live/favicon.ico"/>
  <SupportUrl DefaultValue="https://scivue.live/integrations/powerpoint"/>
  <AppDomains>
    <AppDomain>https://scivue.live</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Presentation"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://scivue.live/addins/powerpoint/taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Presentation">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="ScivueGroup">
                <Label resid="GroupLabel"/>
                <Icon><bt:Image size="16" resid="Icon16"/><bt:Image size="32" resid="Icon32"/><bt:Image size="80" resid="Icon80"/></Icon>
                <Control xsi:type="Button" id="ScivueOpen">
                  <Label resid="OpenLabel"/>
                  <Supertip><Title resid="OpenLabel"/><Description resid="OpenTip"/></Supertip>
                  <Icon><bt:Image size="16" resid="Icon16"/><bt:Image size="32" resid="Icon32"/><bt:Image size="80" resid="Icon80"/></Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ScivueTaskpane</TaskpaneId>
                    <SourceLocation resid="TaskpaneUrl"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon16" DefaultValue="https://scivue.live/favicon.ico"/>
        <bt:Image id="Icon32" DefaultValue="https://scivue.live/favicon.ico"/>
        <bt:Image id="Icon80" DefaultValue="https://scivue.live/favicon.ico"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="TaskpaneUrl" DefaultValue="https://scivue.live/addins/powerpoint/taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GroupLabel" DefaultValue="SciVue"/>
        <bt:String id="OpenLabel" DefaultValue="SciVue Figures"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="OpenTip" DefaultValue="Open the SciVue figure library task pane."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
