<?xml version="1.0" encoding="UTF-8"?>
<!--
  Pulse for PowerPoint — classic taskpane add-in manifest (the broadly-supported baseline: PowerPoint
  on Windows, Mac, and web). URLs are baked for the hosted service; SELF-HOSTERS edit the four
  https://nowpresenting.net/ppt-addin/... URLs below to their own domain and re-sideload. The <Id>
  GUID is this add-in's stable identity across updates — never regenerate it.
-->
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:type="TaskPaneApp">
  <Id>3A8200EB-6F48-401B-AB46-C802A066BD83</Id>
  <Version>1.5.2.0</Version>
  <ProviderName>Memon Strategy LLC</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Pulse for PowerPoint" />
  <Description DefaultValue="Drive your live Pulse event from your PowerPoint slideshow — attendees follow along automatically." />
  <IconUrl DefaultValue="https://nowpresenting.net/ppt-addin/icon-64.png" />
  <HighResolutionIconUrl DefaultValue="https://nowpresenting.net/ppt-addin/icon-128.png" />
  <SupportUrl DefaultValue="https://nowpresenting.net/ppt-addin" />
  <AppDomains>
    <AppDomain>https://nowpresenting.net</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://nowpresenting.net/ppt-addin/taskpane.html" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
