<?xml version="1.0" encoding="UTF-8"?>
<!--
  StatMD — Presenter (PowerPoint TASK PANE add-in).
  The presenter control panel: sign in, pick a session, launch / advance / reveal questions from
  inside PowerPoint. Pairs with the content add-in (statmd-powerpoint-addin.xml) which shows the
  live display on the slide. Two manifests because a content add-in must be XML and combining a
  content + task-pane form factor in one manifest is brittle; installing both gives the full kit.
  Sideload to test; see POWERPOINT-ADDIN.md.
-->
<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>5b8c1f2e-9a47-4d3b-8e6c-1f0a7d4b2c93</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>PharmaByMD</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="StatMD — Presenter"/>
  <Description DefaultValue="Run StatMD live questions from inside PowerPoint — sign in, pick a session, launch / advance / reveal. Students answer on their phones; the projected slide updates live."/>
  <IconUrl DefaultValue="https://statmd.app/static/icon-192.png"/>
  <HighResolutionIconUrl DefaultValue="https://statmd.app/static/icon-512.png"/>
  <SupportUrl DefaultValue="https://statmd.app/contact"/>
  <AppDomains>
    <AppDomain>https://statmd.app</AppDomain>
    <AppDomain>https://accounts.google.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Presentation"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://statmd.app/present"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
