<?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>208ffde6-9b48-4024-9adf-57f6d8257659</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Tantular</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Tantular" />
  <Description DefaultValue="Private Indonesian writing, document-safety, and text-classification assistant for Word, Excel, and PowerPoint." />
  <IconUrl DefaultValue="https://workshop-web-gamma.vercel.app/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://workshop-web-gamma.vercel.app/assets/icon-80.png" />
  <SupportUrl DefaultValue="https://workshop-web-gamma.vercel.app/support.html" />
  <AppDomains>
    <AppDomain>https://workshop-web-gamma.vercel.app</AppDomain>
    <AppDomain>https://localhost:3000</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document" />
    <Host Name="Workbook" />
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://workshop-web-gamma.vercel.app/src/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.LearnMoreUrl" />
          </GetStarted>
          <FunctionFile resid="Taskpane.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Tantular.Word.Group">
                <Label resid="Commands.Group.Label" />
                <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="Tantular.Word.OpenPane">
                  <Label resid="Commands.Open.Label" />
                  <Supertip>
                    <Title resid="Commands.Open.Label" />
                    <Description resid="Commands.Open.Tooltip" />
                  </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>Office.AutoShowTaskpaneWithDocument</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
      <Host xsi:type="Workbook">
        <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="Tantular.Excel.Group">
                <Label resid="Commands.Group.Label" />
                <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="Tantular.Excel.OpenPane">
                  <Label resid="Commands.Open.Label" />
                  <Supertip>
                    <Title resid="Commands.Open.Label" />
                    <Description resid="Commands.Open.Tooltip" />
                  </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>Office.AutoShowTaskpaneWithDocument</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
      <Host xsi:type="Presentation">
        <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="Tantular.PowerPoint.Group">
                <Label resid="Commands.Group.Label" />
                <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="Tantular.PowerPoint.OpenPane">
                  <Label resid="Commands.Open.Label" />
                  <Supertip>
                    <Title resid="Commands.Open.Label" />
                    <Description resid="Commands.Open.Tooltip" />
                  </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>Office.AutoShowTaskpaneWithDocument</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://workshop-web-gamma.vercel.app/assets/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://workshop-web-gamma.vercel.app/assets/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://workshop-web-gamma.vercel.app/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://workshop-web-gamma.vercel.app/src/taskpane.html" />
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://workshop-web-gamma.vercel.app/support.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Commands.Group.Label" DefaultValue="Tantular" />
        <bt:String id="Commands.Open.Label" DefaultValue="Open Tantular" />
        <bt:String id="GetStarted.Title" DefaultValue="Tantular is ready" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Commands.Open.Tooltip" DefaultValue="Open the Tantular Indonesian writing, safety, and text-classification assistant." />
        <bt:String id="GetStarted.Description" DefaultValue="Select text or cells, then open Tantular from the Home tab to rewrite, summarize, check risk, explain formulas, or classify Indonesian text locally." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
