<?xml version="1.0" encoding="UTF-8"?>
<!--
  StatMD — PowerPoint content add-in (first version).
  Embeds a live StatMD question + results inside a slide. Sideload to test; see POWERPOINT-ADDIN.md.
  Served at https://statmd.app/static/statmd-powerpoint-addin.xml
-->
<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="ContentApp">
  <Id>7e0a1b6c-2d4f-4a9e-9b1a-3c8d5e2f7a10</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>PharmaByMD</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="StatMD — Live question"/>
  <Description DefaultValue="Embed a live StatMD question and its live results right in your slide. Enter your session code; the current question and results update automatically as you teach."/>
  <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>
  </AppDomains>
  <Hosts>
    <Host Name="Presentation"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://statmd.app/slide?office=1"/>
  </DefaultSettings>
  <Permissions>ReadDocument</Permissions>
</OfficeApp>
