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="ContentApp">
<Id>05ce670a-f23c-47fd-8937-2bc622fc9bc7</Id>
<Version>1.0.2507.22002</Version>
<ProviderName>Microsoft Corporation</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Licensing"/>
<Description DefaultValue="Licensing User Experience"/>
<!-- Icon for your add-in. Used on installation screens and the add-ins dialog. -->
<IconUrl DefaultValue="assets\images\msft.png" />
<!-- SupportUrl for end users to get additional help with your SDX. -->
<!-- The Url below can be used to get more information about SDXs during development. -->
<!-- IMPORTANT! Make sure to update this link before going to production. -->
<SupportUrl DefaultValue="https://aka.ms/sdx" />
<!--Begin TaskPane Mode integration. This section is used if there are no VersionOverrides or if the Office client version does not support add-in commands. -->
<Hosts>
<Host Name="Workbook"/>
</Hosts>
<!-- End TaskPane Mode integration. -->
<Permissions>ReadWriteDocument</Permissions>
<Requirements>
<Sets DefaultMinVersion="1.1">
<Set Name="Licensing" MinVersion="2.1.0"/>
<Set Name="ReactNative" MinVersion="73.1" />
</Sets>
</Requirements>
</OfficeApp>