<?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>6e6d1c3e-6b46-4c1a-b62c-0dcb672a4df2</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>freesvg.org</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="FreeSVG.org" />
  <Description DefaultValue="Search and insert FreeSVG vectors into Office documents." />
  <IconUrl DefaultValue="https://freesvg.org/office/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://freesvg.org/office/icon-64.png" />
  <SupportUrl DefaultValue="https://freesvg.org/pages/api-and-usage" />
  <AppDomains>
    <AppDomain>https://freesvg.org</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document" />
    <Host Name="Workbook" />
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://freesvg.org/office-addin/taskpane" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabInsert">
              <Group id="FreeSVG.Group.Word">
                <Label resid="FreeSVG.GroupLabel" />
                <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="FreeSVG.Button.Word">
                  <Label resid="FreeSVG.ButtonLabel" />
                  <Supertip>
                    <Title resid="FreeSVG.ButtonLabel" />
                    <Description resid="FreeSVG.ButtonTooltip" />
                  </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">
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabInsert">
              <Group id="FreeSVG.Group.Excel">
                <Label resid="FreeSVG.GroupLabel" />
                <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="FreeSVG.Button.Excel">
                  <Label resid="FreeSVG.ButtonLabel" />
                  <Supertip>
                    <Title resid="FreeSVG.ButtonLabel" />
                    <Description resid="FreeSVG.ButtonTooltip" />
                  </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">
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
      <Host xsi:type="Presentation">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabInsert">
              <Group id="FreeSVG.Group.PowerPoint">
                <Label resid="FreeSVG.GroupLabel" />
                <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="FreeSVG.Button.PowerPoint">
                  <Label resid="FreeSVG.ButtonLabel" />
                  <Supertip>
                    <Title resid="FreeSVG.ButtonLabel" />
                    <Description resid="FreeSVG.ButtonTooltip" />
                  </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">
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://freesvg.org/office/icon-32.png" />
        <bt:Image id="Icon.32" DefaultValue="https://freesvg.org/office/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://freesvg.org/office/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://freesvg.org/office-addin/taskpane" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="FreeSVG.GroupLabel" DefaultValue="FreeSVG" />
        <bt:String id="FreeSVG.ButtonLabel" DefaultValue="FreeSVG" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="FreeSVG.ButtonTooltip" DefaultValue="Search and insert FreeSVG vectors." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
