<?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>7f1b8c2e-4a6d-4f3b-9e2a-3c5d7e9f1a2b</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>ModelAudit</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="ModelAudit"/>
  <Description DefaultValue="Audit and navigate financial models: explore precedents and dependents, formula map, calculation flow, and workbook comparison."/>
  <IconUrl DefaultValue="https://modelaudit.pages.dev/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://modelaudit.pages.dev/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://modelaudit.pages.dev/help"/>
  <AppDomains>
    <AppDomain>https://modelaudit.pages.dev</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://modelaudit.pages.dev/taskpane"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <Runtimes>
          <Runtime resid="Taskpane.Url" lifetime="long"/>
        </Runtimes>
        <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="ModelAudit.Group">
                <Label resid="Group.Label"/>
                <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="ModelAudit.Precedents">
                  <Label resid="Precedents.Label"/>
                  <Supertip>
                    <Title resid="Precedents.Label"/>
                    <Description resid="Precedents.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="ExecuteFunction">
                    <FunctionName>explorePrecedents</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="ModelAudit.Dependents">
                  <Label resid="Dependents.Label"/>
                  <Supertip>
                    <Title resid="Dependents.Label"/>
                    <Description resid="Dependents.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="ExecuteFunction">
                    <FunctionName>exploreDependents</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="ModelAudit.FormulaMap">
                  <Label resid="FormulaMap.Label"/>
                  <Supertip>
                    <Title resid="FormulaMap.Label"/>
                    <Description resid="FormulaMap.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="ExecuteFunction">
                    <FunctionName>toggleFormulaMap</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="ModelAudit.ShowPane">
                  <Label resid="ShowPane.Label"/>
                  <Supertip>
                    <Title resid="ShowPane.Label"/>
                    <Description resid="ShowPane.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>ButtonId1</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url"/>
                  </Action>
                </Control>
              </Group>
            </OfficeTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://modelaudit.pages.dev/assets/icon-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://modelaudit.pages.dev/assets/icon-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://modelaudit.pages.dev/assets/icon-80.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://modelaudit.pages.dev/help"/>
        <bt:Url id="Taskpane.Url" DefaultValue="https://modelaudit.pages.dev/taskpane"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="ModelAudit loaded"/>
        <bt:String id="Group.Label" DefaultValue="ModelAudit"/>
        <bt:String id="Precedents.Label" DefaultValue="Explore Precedents"/>
        <bt:String id="Dependents.Label" DefaultValue="Explore Dependents"/>
        <bt:String id="FormulaMap.Label" DefaultValue="Formula Map"/>
        <bt:String id="ShowPane.Label" DefaultValue="ModelAudit Pane"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="ModelAudit loaded. Select a formula cell and press Ctrl+Shift+Q to explore its precedents."/>
        <bt:String id="Precedents.Tooltip" DefaultValue="Break the active cell's formula into its components and drill into the model (Ctrl+Shift+Q)."/>
        <bt:String id="Dependents.Tooltip" DefaultValue="Show every cell that depends on the active cell (Ctrl+Shift+D)."/>
        <bt:String id="FormulaMap.Tooltip" DefaultValue="Color-code the sheet to reveal inputs, consistent and inconsistent formulas (Ctrl+Shift+M)."/>
        <bt:String id="ShowPane.Tooltip" DefaultValue="Open the ModelAudit task pane."/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
  <ExtendedOverrides Url="https://modelaudit.pages.dev/shortcuts.json"></ExtendedOverrides>
</OfficeApp>
