<?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>88d8cb8e-30c5-4d80-8e14-f10f11e00001</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Verba</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Flowline"/>
  <Description DefaultValue="A fast, minimal debate flow workspace inside Microsoft Word."/>
  <IconUrl DefaultValue="https://verba.top/word-addin/assets/flowline-ribbon-icon-64.png"/>
  <HighResolutionIconUrl DefaultValue="https://verba.top/word-addin/assets/flowline-ribbon-icon-128.png"/>
  <SupportUrl DefaultValue="https://verba.top/word-addin/support.html"/>
  <AppDomains>
    <AppDomain>https://verba.top</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://verba.top/word-addin/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="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.Url"/>
          </GetStarted>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Flowline.Group">
                <Label resid="Flowline.GroupLabel"/>
                <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="Flowline.Open">
                  <Label resid="Flowline.OpenLabel"/>
                  <Supertip>
                    <Title resid="Flowline.OpenLabel"/>
                    <Description resid="Flowline.OpenTip"/>
                  </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://verba.top/word-addin/assets/flowline-ribbon-icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://verba.top/word-addin/assets/flowline-ribbon-icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://verba.top/word-addin/assets/flowline-ribbon-icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://verba.top/word-addin/taskpane.html"/>
        <bt:Url id="GetStarted.Url" DefaultValue="https://verba.top/word-addin/install.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Open Flowline"/>
        <bt:String id="Flowline.GroupLabel" DefaultValue="Flowline"/>
        <bt:String id="Flowline.OpenLabel" DefaultValue="Flowline"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open the persistent debate flow workspace beside your Word speech document."/>
        <bt:String id="Flowline.OpenTip" DefaultValue="Open your debate flow workspace."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
