<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!--
  NumoForms — Live Results, a PowerPoint CONTENT add-in.
  Drops onto a slide and shows a survey's live, anonymous poll results in real
  time (great for the "next slide reveals the answers" pattern during a talk).

  Install (sideload) — there is no universal "upload" button, so it differs by platform:
    Mac:     copy this file into ~/Library/Containers/com.microsoft.Powerpoint/Data/Documents/wef
             then reopen PowerPoint (Insert > Add-ins > My Add-ins).
    Windows: put this file in a shared folder and register it under
             File > Options > Trust Center > Trust Center Settings > Trusted Add-in Catalogs,
             then Insert > Add-ins > Shared Folder.
    Web:     Insert > Add-ins > Upload My Add-in (only offered on some accounts).
  Full guide with pictures: https://survey.numoforms.com/powerpoint-addin.html
  It loads its UI from https://survey.numoforms.com/powerpoint.html
-->
<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>d3b6f1a2-7c4e-4b8a-9f21-0a1b2c3d4e5f</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>NumoForms</ProviderName>
  <DefaultLocale>en-GB</DefaultLocale>
  <DisplayName DefaultValue="NumoForms Live Results" />
  <Description DefaultValue="Show a NumoForms survey's live, anonymous poll results on your slide — updating in real time as your audience answers." />
  <IconUrl DefaultValue="https://survey.numoforms.com/powerpoint-icon-64.png" />
  <HighResolutionIconUrl DefaultValue="https://survey.numoforms.com/powerpoint-icon-128.png" />
  <SupportUrl DefaultValue="https://survey.numoforms.com/" />

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

  <DefaultSettings>
    <SourceLocation DefaultValue="https://survey.numoforms.com/powerpoint.html" />
    <RequestedWidth>640</RequestedWidth>
    <RequestedHeight>480</RequestedHeight>
  </DefaultSettings>

  <!-- ReadWriteDocument lets the add-in persist which survey/question it shows
       inside the .pptx (via Office document settings). -->
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
