<?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>a4c8e6f0-3d2b-4c5e-9a71-6e8f0b2d4c93</Id>
  <Version>3.2.0.0</Version>
  <ProviderName>ExcelRewind</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="ExcelRewind"/>
  <Description DefaultValue="Record and rewind every cell change in your spreadsheet — with optional audio, in sync. The original workbook is never modified."/>
  <IconUrl DefaultValue="https://addin.excelrewind.com/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://addin.excelrewind.com/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://addin.excelrewind.com/"/>
  <AppDomains>
    <AppDomain>https://addin.excelrewind.com</AppDomain>
    <AppDomain>https://tohvepsjfeecjycspocg.supabase.co</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.9">
      <Set Name="ExcelApi" MinVersion="1.9"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://addin.excelrewind.com/index.html"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <!--
      NOTE: no shared runtime. In-Excel replay runs on temporary sheets inside
      the CURRENT workbook (see src/replay-excel.ts) precisely because an
      add-in cannot script a workbook it isn't loaded into — a shared runtime
      does not change that, and enabling one altered the pane lifecycle enough
      to risk the debugged recorder flows.
    -->
    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <OfficeTab id="TabHome">
              <Group id="Rewind.Group">
                <Label resid="Rewind.GroupLabel"/>
                <Icon>
                  <bt:Image size="16" resid="Rewind.Icon16"/>
                  <bt:Image size="32" resid="Rewind.Icon32"/>
                  <bt:Image size="80" resid="Rewind.Icon80"/>
                </Icon>
                <Control xsi:type="Button" id="Rewind.OpenPaneButton">
                  <Label resid="Rewind.ButtonLabel"/>
                  <Supertip>
                    <Title resid="Rewind.ButtonLabel"/>
                    <Description resid="Rewind.ButtonTip"/>
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Rewind.Icon16"/>
                    <bt:Image size="32" resid="Rewind.Icon32"/>
                    <bt:Image size="80" resid="Rewind.Icon80"/>
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>RewindTaskpane</TaskpaneId>
                    <SourceLocation resid="Rewind.TaskpaneUrl"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Rewind.Icon16" DefaultValue="https://addin.excelrewind.com/assets/icon-16.png"/>
        <bt:Image id="Rewind.Icon32" DefaultValue="https://addin.excelrewind.com/assets/icon-32.png"/>
        <bt:Image id="Rewind.Icon80" DefaultValue="https://addin.excelrewind.com/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Rewind.TaskpaneUrl" DefaultValue="https://addin.excelrewind.com/index.html"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Rewind.GroupLabel" DefaultValue="ExcelRewind"/>
        <bt:String id="Rewind.ButtonLabel" DefaultValue="ExcelRewind Recorder"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Rewind.ButtonTip" DefaultValue="Record cell changes and annotations into a replayable session file."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
