<?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>8b7f2a10-4d5c-4a4e-9b1a-2c8f9e0d1a01</Id>
  <Version>0.1.0.0</Version>
  <ProviderName>PowerSlide</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="PowerSlide" />
  <Description DefaultValue="An AI agent for PowerPoint." />
  <IconUrl DefaultValue="https://addin.getpowerslide.com/icon-64.png" />
  <HighResolutionIconUrl DefaultValue="https://addin.getpowerslide.com/icon-128.png" />
  <SupportUrl DefaultValue="https://getpowerslide.com/" />
  <AppDomains>
    <AppDomain>https://getpowerslide.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://addin.getpowerslide.com/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="bigpp.Group">
                <Label resid="bigpp.Group.Label" />
                <Icon>
                  <bt:Image size="16" resid="bigpp.Icon.16" />
                  <bt:Image size="32" resid="bigpp.Icon.32" />
                  <bt:Image size="80" resid="bigpp.Icon.80" />
                </Icon>
                <Control xsi:type="Button" id="bigpp.OpenTaskPane">
                  <Label resid="bigpp.OpenTaskPane.Label" />
                  <Supertip>
                    <Title resid="bigpp.OpenTaskPane.Label" />
                    <Description resid="bigpp.OpenTaskPane.Tooltip" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="bigpp.Icon.16" />
                    <bt:Image size="32" resid="bigpp.Icon.32" />
                    <bt:Image size="80" resid="bigpp.Icon.80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonId1</TaskpaneId>
                    <SourceLocation resid="bigpp.Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="bigpp.Icon.16" DefaultValue="https://addin.getpowerslide.com/icon-16.png" />
        <bt:Image id="bigpp.Icon.32" DefaultValue="https://addin.getpowerslide.com/icon-32.png" />
        <bt:Image id="bigpp.Icon.80" DefaultValue="https://addin.getpowerslide.com/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="bigpp.Taskpane.Url" DefaultValue="https://addin.getpowerslide.com/taskpane.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="bigpp.Group.Label" DefaultValue="PowerSlide" />
        <bt:String id="bigpp.OpenTaskPane.Label" DefaultValue="Open PowerSlide" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="bigpp.OpenTaskPane.Tooltip" DefaultValue="Open the PowerSlide agent panel." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
