Mini Kabibi Habibi
<?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"
xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
xsi:type="TaskPaneApp">
<Id>907DD90F-A82F-4BBF-B4F2-FCD4868A5E14</Id>
<Version>1.0.2.0</Version>
<ProviderName>Microsoft</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Charts" />
<Description DefaultValue="Recommended and All charts"/>
<IconUrl DefaultValue="https://ovisualuiapp.azurewebsites.net/images/logo.png" />
<HighResolutionIconUrl DefaultValue="https://ovisualuiapp.azurewebsites.net/images/logo.png"/>
<!--If you plan to submit this add-in to the Office Store, uncomment the SupportUrl element below-->
<SupportUrl DefaultValue="https://ovisualuiapp.azurewebsites.net"/>
<Hosts>
<Host Name="Workbook" />
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://ovisualuiapp.azurewebsites.net/index.html" />
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
</OfficeApp>