<?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>38d862f7-05a2-425a-ba60-2ef4d3950ac2</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>MarketXLS</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="MarketXLS"/>
  <Description DefaultValue="A template to get started."/>
  <IconUrl DefaultValue="https://marketxls.com/excel/assets/AppList.targetsize-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://marketxls.com/excel/assets/AppList.targetsize-64.png"/>
  <SupportUrl DefaultValue="https://marketxls.com/docs/marketxls-tutorials"/>
  <AppDomains>
    <AppDomain>https://marketxls.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook"/>
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <!-- <Set Name="CustomFunctionsRuntime" MinVersion="1.1"/> -->
      <Set Name="SharedRuntime" MinVersion="1.1"/>
    </Sets>
  </Requirements>
  <DefaultSettings>
    <!-- <SourceLocation DefaultValue="https://localhost:3005/taskpane.html"/> -->
    <SourceLocation DefaultValue="https://marketxls.com/excel-app/add-in/dashboard"/>
  </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>
        <AllFormFactors>
          <ExtensionPoint xsi:type="CustomFunctions">
            <Script>
              <SourceLocation resid="Functions.Script.Url"/>
            </Script>
            <!-- <Page>
              <SourceLocation resid="Functions.Page.Url"/>
            </Page> -->
            <Page>
              <SourceLocation resid="Taskpane.Url"/>
            </Page>
            <Metadata>
              <SourceLocation resid="Functions.Metadata.Url"/>
            </Metadata>
            <Namespace resid="Functions.Namespace"/>
          </ExtensionPoint>
        </AllFormFactors>
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title"/>
            <Description resid="GetStarted.Description"/>
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl"/>
          </GetStarted>
<!--          <FunctionFile resid="Commands.Url"/>-->
          <FunctionFile resid="Taskpane.Url"/>
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
              <CustomTab id="mxlsCustomTab">
                <Label resid="mxlsTabLabel" />
                <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="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="80" resid="Icon.80x80"/>
                    </Icon>
                    <Action xsi:type="ShowTaskpane">
                      <TaskpaneId>ButtonId1</TaskpaneId>
                      <SourceLocation resid="Taskpane.Url"/>
                    </Action>
                  </Control>
                  <Control xsi:type="Button" id="HelpButton">
                    <Label resid="HelpButton.Label" />
                    <Supertip>
                      <Title resid="HelpButton.Label" />
                      <Description resid="HelpButton.Tooltip" />
                    </Supertip>
                    <Icon>
                      <bt:Image size="16" resid="Help.Icon"/>
                      <bt:Image size="32" resid="Help.Icon"/>
                      <bt:Image size="80" resid="Help.Icon"/>
                    </Icon>
                    <Action xsi:type="ExecuteFunction">
                      <FunctionName>openDocumentation</FunctionName>
                    </Action>
                  </Control>
<!--                  <Control xsi:type="Button" id="SettingsDialogButton">-->
<!--                    <Label resid="Settings.Label"/>-->
<!--                    <Supertip>-->
<!--                      <Title resid="Settings.Label"/>-->
<!--                      <Description resid="Settings.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>showDialogFunction</FunctionName>-->
<!--                    </Action>-->
<!--                  </Control>-->

<!--                  <Control xsi:type="Menu" id="TestMenuDropdown">-->
<!--                    <Label resid="testmenu.label" />-->
<!--                    <Supertip>-->
<!--                      <Title resid="testmenu.label" />-->
<!--                      <Description resid="testmenu.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>-->
<!--                    <Items>-->
<!--                      <Item id="TestMenu1">-->
<!--                        <Label resid="testmenu.label1"/>-->
<!--                        <Supertip>-->
<!--                          <Title resid="testmenu.label1" />-->
<!--                          <Description resid="testmenu.tooltip1" />-->
<!--                        </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>-->
<!--                      </Item>-->
<!--                      <Item id="TestMenu2">-->
<!--                        <Label resid="testmenu.label2"/>-->
<!--                        <Supertip>-->
<!--                          <Title resid="testmenu.label2" />-->
<!--                          <Description resid="testmenu.tooltip2" />-->
<!--                        </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>-->
<!--                      </Item>-->
<!--                    </Items>-->
<!--                  </Control>-->

                </Group>
              </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://marketxls.com/excel/assets/AppList.targetsize-16.png"/>
        <bt:Image id="Icon.32x32" DefaultValue="https://marketxls.com/excel/assets/AppList.targetsize-32.png"/>
        <bt:Image id="Icon.80x80" DefaultValue="https://marketxls.com/excel/assets/AppList.targetsize-80.png"/>
        <bt:Image id="Help.Icon" DefaultValue="https://marketxls.com/excel/assets/help.png"/>
      </bt:Images>
      <bt:Urls>
        <bt:Url id="Functions.Script.Url" DefaultValue="https://marketxls.com/excel/functions.js"/>
        <bt:Url id="Functions.Metadata.Url" DefaultValue="https://marketxls.com/excel/functions.json"/>
        <bt:Url id="Functions.Page.Url" DefaultValue="https://marketxls.com/excel/functions.html"/>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812"/>
        <bt:Url id="Commands.Url" DefaultValue="https://marketxls.com/excel/commands.html"/>
        <!-- <bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3005/taskpane.html"/> -->
        <bt:Url id="Taskpane.Url" DefaultValue="https://marketxls.com/excel-app/add-in/dashboard"/>
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="mxlsTabLabel" DefaultValue="MarketXLS (Web)" />
        <bt:String id="Functions.Namespace" DefaultValue="mxls"/>
        <bt:String id="GetStarted.Title" DefaultValue="Get started with MarketXLS"/>
        <bt:String id="CommandsGroup.Label" DefaultValue="MarketXLS"/>
        <bt:String id="TaskpaneButton.Label" DefaultValue="Launch MarketXLS"/>
        <bt:String id="HelpButton.Label" DefaultValue="Help"/>
        <bt:String id="Settings.Label" DefaultValue="Settings"/>
        <bt:String id="testmenu.label" DefaultValue="Test Menu"/>
        <bt:String id="testmenu.label1" DefaultValue="Test Menu1"/>
        <bt:String id="testmenu.label2" DefaultValue="Test Menu2"/>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="MarketXLS loaded succesfully. Go to the HOME tab and click the 'MarketXLS' button to get started."/>
        <bt:String id="TaskpaneButton.Tooltip" DefaultValue="MarketXLS"/>
        <bt:String id="HelpButton.Tooltip" DefaultValue="Help"/>
        <bt:String id="Settings.Tooltip" DefaultValue="MarketXLS Settings"/>
        <bt:String id="testmenu.tooltip" DefaultValue="Test Menu"/>
        <bt:String id="testmenu.tooltip1" DefaultValue="Test Menu"/>
        <bt:String id="testmenu.tooltip2" DefaultValue="Test Menu"/>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
