<?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"
  xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
  xsi:type="TaskPaneApp">

  <Id>9e3d6b12-3b0f-4c73-9d1d-4f8e2a1b5c00</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Slide Handout</ProviderName>
  <DefaultLocale>de-DE</DefaultLocale>
  <DisplayName DefaultValue="Slide Handout" />
  <Description DefaultValue="Synchronisiert die aktuelle PowerPoint-Folie mit deinem Slide-Handout-Reader." />
  <IconUrl DefaultValue="https://handout.einfachmxrc.de/powerpoint-addin/icon-80.png" />
  <HighResolutionIconUrl DefaultValue="https://handout.einfachmxrc.de/powerpoint-addin/icon-128.png" />
  <SupportUrl DefaultValue="https://handout.einfachmxrc.de/powerpoint-addin/" />

  <AppDomains>
    <AppDomain>https://handout.einfachmxrc.de</AppDomain>
  </AppDomains>

  <Hosts>
    <Host Name="Presentation" />
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://handout.einfachmxrc.de/powerpoint-addin/taskpane.html" />
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
