<?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"
           xsi:type="TaskPaneApp">

  <Id>shkkel-diacritize-addin-2026</Id>
  <Version>1.0.0</Version>
  <ProviderName>Shkkel</ProviderName>
  <DefaultLocale>ar-SA</DefaultLocale>
  <DisplayName DefaultValue="شَكِّل - تشكيل النصوص العربية" />
  <Description DefaultValue="تشكيل النصوص العربية بالذكاء الاصطناعي مباشرة من داخل Word" />
  <IconUrl DefaultValue="https://shkkel.com/Asset_1.png" />
  <HighResolutionIconUrl DefaultValue="https://shkkel.com/Asset_1.png" />
  <SupportUrl DefaultValue="https://shkkel.com/contact" />

  <Hosts>
    <Host Name="Document" />
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://shkkel.com/plugins/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>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="ShkkelGroup">
                <Label resid="GroupLabel" />
                <Icon>
                  <bt:Image size="16" resid="Icon16" />
                  <bt:Image size="32" resid="Icon32" />
                  <bt:Image size="80" resid="Icon80" />
                </Icon>
                <Control xsi:type="Button" id="ShkkelButton">
                  <Label resid="ButtonLabel" />
                  <Supertip>
                    <Title resid="ButtonLabel" />
                    <Description resid="ButtonDesc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon16" />
                    <bt:Image size="32" resid="Icon32" />
                    <bt:Image size="80" resid="Icon80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ShkkelPane</TaskpaneId>
                    <SourceLocation resid="TaskpaneUrl" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon16" DefaultValue="https://shkkel.com/Asset_1.png" />
        <bt:Image id="Icon32" DefaultValue="https://shkkel.com/Asset_1.png" />
        <bt:Image id="Icon80" DefaultValue="https://shkkel.com/Asset_1.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="TaskpaneUrl" DefaultValue="https://shkkel.com/plugins/word-addin/taskpane.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GroupLabel" DefaultValue="شَكِّل" />
        <bt:String id="ButtonLabel" DefaultValue="شَكِّل النص" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="ButtonDesc" DefaultValue="تشكيل النص المحدد بالذكاء الاصطناعي" />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
