<?xml version="1.0" encoding="UTF-8"?>
<!--
  OneVoicer PowerPoint add-in manifest.

  Sideload this file to install the add-in in PowerPoint. Instructions:
  https://onevoicer.com/docs/powerpoint-add-in

  This is a public copy of office-addin/manifest.prod.xml in the app repo —
  the two must stay identical (same Id, same URLs).
-->
<OfficeApp
  xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:type="ContentApp">
  <Id>e4410b47-9ebc-47a6-ad3c-12cf78d74912</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>OneVoicer</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="OneVoicer" />
  <Description DefaultValue="Drop a OneVoicer QR code and its live one-voice answer onto your slide." />
  <IconUrl DefaultValue="https://app.onevoicer.com/office-addin/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://app.onevoicer.com/office-addin/icon-64.png" />
  <SupportUrl DefaultValue="https://onevoicer.com" />
  <AppDomains>
    <AppDomain>https://onevoicer.com</AppDomain>
    <AppDomain>https://www.onevoicer.com</AppDomain>
    <AppDomain>https://app.onevoicer.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://app.onevoicer.com/powerpoint" />
  </DefaultSettings>
  <Permissions>Restricted</Permissions>
</OfficeApp>
