<?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>db65d6db-436d-4da6-8554-25c80d02821d</Id>
  <Version>1.0.0.1</Version>
  <ProviderName>ReportBolt</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="The Applied Reports Company"/>
  <Description DefaultValue="Modernizing Building Assessments."/>
  <IconUrl DefaultValue="https://assets.appliedreports.com/favicon-32x32.png"/>
  <HighResolutionIconUrl DefaultValue="https://assets.appliedreports.com/favicon-64x64.png"/>
  <SupportUrl DefaultValue="https://halp.co/support"/>

  <AppDomains>
    <AppDomain>https://assistant.halp.co</AppDomain>
  </AppDomains>

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://assistant.halp.co"/>
  </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="CommandsGroup">
                <Label resid="CommandsGroup.Label"/>
                <Icon>
                  <bt:Image size="16" resid="Icon.16x16"/>
                  <bt:Image size="32" resid="Icon.32x32"/>
									<bt:Image size="64" resid="Icon.64x64"/>
                  <bt:Image size="80" resid="Icon.80x80"/>
                </Icon>

                <Control xsi:type="Button" id="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="64" resid="Icon.64x64"/>
                    <bt:Image size="80" resid="Icon.80x80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>ReportBoltAssistantPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>

    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://assets.appliedreports.com/favicon-16x16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://assets.appliedreports.com/favicon-32x32.png"/>
				<bt:Image id="Icon.64x64" DefaultValue="https://assets.appliedreports.com/favicon-64x64.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://assets.appliedreports.com/favicon-80x80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://appliedreports.com"/>
        <bt:Url id="Commands.Url" DefaultValue="https://assistant.halp.co/commands"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://assistant.halp.co"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Get started with Applied Reports Assistant"/>
        <bt:String id="CommandsGroup.Label" DefaultValue="Applied Reports"/>
        <bt:String id="TaskpaneButton.Label" DefaultValue="Open Assistant"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Assistant loaded successfully. Click the Applied Reports button in the ribbon to get started."/>
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="Search site data and get AI-powered writing assistance"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
