<?xml version="1.0" encoding="UTF-8"?>
<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"
           xsi:type="TaskPaneApp">
  <Id>3f5d7c1e-2b8a-4c6e-9d41-7a0e5b2f8c93</Id>
  <Version>1.1.0.0</Version>
  <ProviderName>FormLink</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="FormLink" />
  <Description DefaultValue="Upload your Excel models to FormLink and keep their key figures linked to shared, audited business values.">
    <Override Locale="tr-TR" Value="Excel modellerini FormLink'e yükle; önemli rakamları paylaşılan, denetim izli iş değerlerine bağlı tut." />
  </Description>
  <IconUrl DefaultValue="https://addin.lucerda.com/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://addin.lucerda.com/assets/icon-64.png" />
  <SupportUrl DefaultValue="https://lucerda.com" />
  <AppDomains>
    <AppDomain>https://addin.lucerda.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://addin.lucerda.com/taskpane.html" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <Runtimes>
          <Runtime resid="Functions.Runtime.Url" lifetime="long" />
        </Runtimes>
        <AllFormFactors>
          <ExtensionPoint xsi:type="CustomFunctions">
            <Script>
              <SourceLocation resid="Functions.Script.Url" />
            </Script>
            <Page>
              <SourceLocation resid="Functions.Page.Url" />
            </Page>
            <Metadata>
              <SourceLocation resid="Functions.Metadata.Url" />
            </Metadata>
            <Namespace resid="Functions.Namespace" />
          </ExtensionPoint>
        </AllFormFactors>
        <!-- Excel şeridinde kendi "FormLink" sekmemiz: tek buton, yükleme panelini açar. -->
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <FunctionFile resid="Functions.Page.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="FormLink.Tab">
              <Group id="FormLink.Group">
                <Label resid="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="FormLink.OpenPane">
                  <Label resid="Button.Label" />
                  <Supertip>
                    <Title resid="Button.Label" />
                    <Description resid="Button.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>FormLinkPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Url" />
                  </Action>
                </Control>
              </Group>
              <Label resid="Tab.Label" />
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://addin.lucerda.com/assets/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://addin.lucerda.com/assets/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://addin.lucerda.com/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Taskpane.Url" DefaultValue="https://addin.lucerda.com/taskpane.html" />
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://lucerda.com" />
        <bt:Url id="Functions.Script.Url" DefaultValue="https://addin.lucerda.com/functions.js" />
        <bt:Url id="Functions.Page.Url" DefaultValue="https://addin.lucerda.com/functions.html" />
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://addin.lucerda.com/functions.json" />
        <bt:Url id="Functions.Runtime.Url" DefaultValue="https://addin.lucerda.com/functions.html" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="Functions.Namespace" DefaultValue="MODEL" />
        <bt:String id="Tab.Label" DefaultValue="FormLink" />
        <bt:String id="Group.Label" DefaultValue="FormLink" />
        <bt:String id="Button.Label" DefaultValue="FormLink" />
        <bt:String id="GetStarted.Title" DefaultValue="FormLink is ready">
          <bt:Override Locale="tr-TR" Value="FormLink hazır" />
        </bt:String>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="Button.Tooltip" DefaultValue="Opens the FormLink pane: upload this file and see its linked values.">
          <bt:Override Locale="tr-TR" Value="FormLink panelini açar: bu dosyayı yükle, bağlı değerleri gör." />
        </bt:String>
        <bt:String id="GetStarted.Description" DefaultValue="Open the pane from the FormLink tab on the ribbon to upload this file to FormLink.">
          <bt:Override Locale="tr-TR" Value="Üst menüdeki FormLink sekmesinden paneli açıp bu dosyayı FormLink'e yükleyebilirsin." />
        </bt:String>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
