<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  UH Reference Checker — Word Office Add-in

  Before sideloading, replace every occurrence of https://codescribler.github.io/uh-reference-checker-addin below with the
  base URL where you have uploaded the contents of this folder. See README.md
  for step-by-step hosting and sideload instructions.

  Example (GitHub Pages):
    https://yourusername.github.io/uh-reference-checker-addin
-->
<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>ebe2cd5b-9bd3-4a78-99b6-1727576e51cb</Id>
  <Version>1.0.0</Version>
  <ProviderName>UH HSK Reference Tools</ProviderName>
  <DefaultLocale>en-GB</DefaultLocale>
  <DisplayName DefaultValue="UH Reference Checker" />
  <Description DefaultValue="Check and auto-fix academic references against the University of Hertfordshire School of Health and Social Work (HSK) referencing guidelines (APA 7th)." />
  <IconUrl DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/assets/icon-80.png" />
  <SupportUrl DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/README.md" />

  <AppDomains>
    <AppDomain>https://doi.org</AppDomain>
  </AppDomains>

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://codescribler.github.io/uh-reference-checker-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.LearnMoreUrl" />
          </GetStarted>

          <FunctionFile resid="Commands.Url" />

          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="UHRefChecker.Group1">
                <Label resid="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="UHRefChecker.TaskpaneButton">
                  <Label resid="TaskpaneButton.Label" />
                  <Supertip>
                    <Title resid="TaskpaneButton.Label" />
                    <Description resid="TaskpaneButton.Tooltip" />
                  </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>UHRefChecker.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/assets/icon-16.png" />
        <bt:Image id="Icon.32x32" DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/assets/icon-32.png" />
        <bt:Image id="Icon.80x80" DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/README.md" />
        <bt:Url id="Commands.Url" DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/commands.html" />
        <bt:Url id="Taskpane.Url" DefaultValue="https://codescribler.github.io/uh-reference-checker-addin/taskpane.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="UH Reference Checker installed" />
        <bt:String id="GroupLabel" DefaultValue="References" />
        <bt:String id="TaskpaneButton.Label" DefaultValue="Check References" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open the task pane from the Home ribbon to check your reference list against the UH HSK guidelines." />
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open the UH Reference Checker task pane to scan, validate, and auto-fix your reference list in place." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
