<?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>00000000-0000-4000-8000-pollslive-ppt</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>A Plus Apps</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="PollsLive"/>
  <Description DefaultValue="Live polls and Q&amp;A alongside your PowerPoint presentation."/>
  <IconUrl DefaultValue="https://pollslive.com/icon.png"/>
  <HighResolutionIconUrl DefaultValue="https://pollslive.com/icon.png"/>
  <SupportUrl DefaultValue="https://pollslive.com/contact"/>
  <AppDomains>
    <AppDomain>https://pollslive.com</AppDomain>
    <AppDomain>https://test.pollslive.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Presentation"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://pollslive.com/demo"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
