<?xml version="1.0" encoding="UTF-8"?>
<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>67adfac2-8a2f-43c8-91db-4b2681809c6e</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Saggo</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Saggo Poll (live)" />
  <Description DefaultValue="Rezultate live de poll Saggo, direct pe slide, în timpul prezentării." />
  <IconUrl DefaultValue="https://make.saggo.app/addin/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://make.saggo.app/addin/icon-80.png" />
  <SupportUrl DefaultValue="https://saggo.app" />
  <Hosts>
    <Host Name="Presentation" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://make.saggo.app/addin/poll.html" />
    <RequestedWidth>500</RequestedWidth>
    <RequestedHeight>340</RequestedHeight>
  </DefaultSettings>
  <Permissions>ReadDocument</Permissions>
</OfficeApp>
