<?xml version="1.0" encoding="UTF-8"?>
<!--Created:ce44715c-8c4e-446b-879c-ea9ebe0f09c8-->
<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>893433dd-ee2a-4ef8-9509-47b7dcb16960</Id>
    <Version>1.0.0.0</Version>
    <ProviderName>Datalab Tehnologije d.d.</ProviderName>
    <DefaultLocale>en-US</DefaultLocale>
    <DisplayName DefaultValue="Pantheon DMS" />
    <Description DefaultValue="Pantheon DMS"/>
    <IconUrl DefaultValue="https://paw.datalab.si/paw-ui/assets/icons/office-addin/DMS-Icon.png" />
    <SupportUrl DefaultValue="https://www.datalab.eu/support" />
    <AppDomains>
        <AppDomain>https://paw.datalab.si</AppDomain>
        <AppDomain>https://paw.datalab.hr</AppDomain>
        <AppDomain>https://paw.datalab.rs</AppDomain>
        <AppDomain>https://paw.datalab.ba</AppDomain>
        <AppDomain>https://paw.datalab.me</AppDomain>
        <AppDomain>https://paw.datalab.bg</AppDomain>
        <AppDomain>https://paw.datalab.mk</AppDomain>
        <AppDomain>https://paw.datalab.eu</AppDomain>
    </AppDomains>

    <Hosts>
        <Host Name="Document" />
    </Hosts>
    <DefaultSettings>
        <SourceLocation DefaultValue="https://paw.datalab.si/paw-ui/poa/login" />
    </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="Datalab.GetStarted.Title"/>
                        <Description resid="Datalab.GetStarted.Description"/>
                        <LearnMoreUrl resid="Datalab.GetStarted.LearnMoreUrl"/>
                    </GetStarted>
                    <FunctionFile resid="Datalab.Taskpane.Url" />
                    <ExtensionPoint xsi:type="PrimaryCommandSurface">
                        <OfficeTab id="TabHome">
                            <Group id="Datalab.Group1">
                                <Label resid="Datalab.Group1Label" />
                                <Icon>
                                    <bt:Image size="16" resid="Datalab.DMS_16x16" />
                                    <bt:Image size="32" resid="Datalab.DMS_32x32" />
                                    <bt:Image size="80" resid="Datalab.DMS_80x80" />
                                </Icon>
                                <Control xsi:type="Button" id="Datalab.TaskpaneButton">
                                    <Label resid="Datalab.TaskpaneButton.Label" />
                                    <Supertip>
                                        <Title resid="Datalab.TaskpaneButton.Label" />
                                        <Description resid="Datalab.TaskpaneButton.Tooltip" />
                                    </Supertip>
                                    <Icon>
                                        <bt:Image size="16" resid="Datalab.DMS_16x16" />
                                        <bt:Image size="32" resid="Datalab.DMS_32x32" />
                                        <bt:Image size="80" resid="Datalab.DMS_80x80" />
                                    </Icon>
                                    <Action xsi:type="ShowTaskpane">
                                        <TaskpaneId>ButtonId1</TaskpaneId>
                                        <SourceLocation resid="Datalab.Taskpane.Url" />
                                    </Action>
                                </Control>
                            </Group>
                        </OfficeTab>
                    </ExtensionPoint>
                </DesktopFormFactor>
            </Host>
        </Hosts>
        <Resources>
            <bt:Images>
                <bt:Image id="Datalab.DMS_16x16" DefaultValue="https://paw.datalab.si/paw-ui/assets/icons/office-addin/DMS-Icon-16.png" />
                <bt:Image id="Datalab.DMS_32x32" DefaultValue="https://paw.datalab.si/paw-ui/assets/icons/office-addin/DMS-Icon-32.png" />
                <bt:Image id="Datalab.DMS_80x80" DefaultValue="https://paw.datalab.si/paw-ui/assets/icons/office-addin/DMS-Icon-80.png" />
            </bt:Images>
            <bt:Urls>
                <bt:Url id="Datalab.DesktopFunctionFile.Url" DefaultValue="https://paw.datalab.si/paw-ui/poa/login" />
                <bt:Url id="Datalab.Taskpane.Url" DefaultValue="https://paw.datalab.si/paw-ui/poa/login" />
                <bt:Url id="Datalab.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" />
            </bt:Urls>
            <bt:ShortStrings>
                <bt:String id="Datalab.TaskpaneButton.Label" DefaultValue="Pantheon DMS" />
                <bt:String id="Datalab.Group1Label" DefaultValue="Commands Group" />
                <bt:String id="Datalab.GetStarted.Title" DefaultValue="Get started with your sample add-in!" />
            </bt:ShortStrings>
            <bt:LongStrings>
                <bt:String id="Datalab.TaskpaneButton.Tooltip" DefaultValue="Click to show Pantheon DMS" />
                <bt:String id="Datalab.GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
            </bt:LongStrings>
        </Resources>
    </VersionOverrides>
</OfficeApp>
