Last active
September 20, 2022 22:39
-
-
Save raunakdoesdev/28597254802f22bfeb77945401caa805 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<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>03648872-fa1f-4c2d-b9aa-29ce4d0a2bbc</Id> | |
<Version>1.0.0.0</Version> | |
<ProviderName>Contoso</ProviderName> | |
<DefaultLocale>en-US</DefaultLocale> | |
<DisplayName DefaultValue="Oloren PPT Visualize"/> | |
<Description DefaultValue="Open Oloren Visualizations in PPT"/> | |
<IconUrl DefaultValue="https://oloren-ppt-plugin.web.app/assets/oce_logo.png"/> | |
<HighResolutionIconUrl DefaultValue="https://oloren-ppt-plugin.web.app/assets/oce-logo.png"/> | |
<SupportUrl DefaultValue="https://www.oloren.ai"/> | |
<AppDomains> | |
<AppDomain>https://www.oloren.ai</AppDomain> | |
</AppDomains> | |
<Hosts> | |
<Host Name="Presentation"/> | |
</Hosts> | |
<DefaultSettings> | |
<SourceLocation DefaultValue="https://oloren-ppt-plugin.web.app/taskpane.html"/> | |
<RequestedWidth>900</RequestedWidth> | |
<RequestedHeight>500</RequestedHeight> | |
</DefaultSettings> | |
<Permissions>ReadWriteDocument</Permissions> | |
</OfficeApp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment