<?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>a9ab322f-29f7-4677-8e55-78de57308d8c</Id>
  <Version>1.0.0.1</Version>
  <ProviderName>i-Resonate</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="i-Resonate ProofLex"/>
  <Description DefaultValue="Professional writing starts here."/>
  <IconUrl DefaultValue="https://i-resonate.com/assets/mso/ir-icon-32.svg"/>
  <HighResolutionIconUrl DefaultValue="https://i-resonate.com/assets/mso/ir-icon-64.svg"/>
  <SupportUrl DefaultValue="https://i-resonate.com/teams#contact-us"/>
  <AppDomains>
      <AppDomain>https://i-resonate.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://i-resonate.com/taskpane.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
        <GetStarted>
            <Title resid="GetStartedTitle"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Commands.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
             <OfficeTab id="TabHome">
              <Group id="CommandsGroup">
                <Label resid="CommandsGroupLabel"/>
                <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="TaskpaneButton">
                  <Label resid="TaskpaneButtonLabel"/>
                  <Supertip>
                    <Title resid="TaskpaneButtonSupertipTitle"/>
                    <Description resid="TaskpaneButton.SupertipText"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16"/>
                    <bt:Image size="32" resid="Icon.32x32"/>
                    <bt:Image size="80" resid="Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://i-resonate.com/assets/mso/ir-icon-16.svg"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://i-resonate.com/assets/mso/ir-icon-32.svg"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://i-resonate.com/assets/mso/ir-icon-80.svg"/>
      </bt:Images>
       <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://i-resonate.com"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://i-resonate.com/taskpane.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStartedTitle" DefaultValue="Get started with i-Resonate ProofLex"/>
        <bt:String id="CommandsGroupLabel" DefaultValue="Words matter!"/>
        <bt:String id="TaskpaneButtonLabel" DefaultValue="i-Resonate ProofLex"/>
        <bt:String id="TaskpaneButtonSupertipTitle" DefaultValue="i-Resonate"/>
      </bt:ShortStrings>      
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Click the button at home to start ProofLex !"/>
        <bt:String id="TaskpaneButton.SupertipText" DefaultValue="Open i-Resonate ProofLex"/>
        <bt:String id="TaskpaneButtonTooltip" DefaultValue="Click to Show i-Resonate ProofLex"/>       
      </bt:LongStrings>
      
      
    </Resources>    
  </VersionOverrides>
</OfficeApp>
