<?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>a03d69e0-06d9-47c9-8995-06d3bdb5b197</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Ashaar.js</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Ashaar Poetry (Test)"/>
  <Description DefaultValue="Enter, format, and justify Arabic, Urdu, and Persian poetry blocks in Word."/>
  <IconUrl DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/assets/icon-80.png"/>
  <SupportUrl DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/"/>
  <AppDomains>
    <AppDomain>https://abdealikhurrum.github.io</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/src/taskpane/taskpane.html?v=20260527-native-layout"/>
  </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.LearnMoreUrl"/>
          </GetStarted>
          <FunctionFile resid="Taskpane.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Ashaar.Group">
                <Label resid="Ashaar.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="Ashaar.OpenPane">
                  <Label resid="Ashaar.ButtonLabel"/>
                  <Supertip>
                    <Title resid="Ashaar.ButtonLabel"/>
                    <Description resid="Ashaar.ButtonTip"/>
                  </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">
                    <TaskpaneId>Ashaar.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/assets/icon-16.png"/>
        <bt:Image id="Icon.32" DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/assets/icon-32.png"/>
        <bt:Image id="Icon.80" DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/src/taskpane/taskpane.html?v=20260527-native-layout"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://abdealikhurrum.github.io/ashaar.js-Office/"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Ashaar Poetry loaded"/>
        <bt:String id="Ashaar.GroupLabel" DefaultValue="Ashaar"/>
        <bt:String id="Ashaar.ButtonLabel" DefaultValue="Poetry"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open the Ashaar task pane to enter and justify poetry blocks."/>
        <bt:String id="Ashaar.ButtonTip" DefaultValue="Open Ashaar tools for poetry entry and alternate kashida justification."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
