Mini Kabibi Habibi

Current Path : C:/Program Files/Microsoft Office/root/Office16/sdxs/FA000000101/
Upload File :
Current File : C:/Program Files/Microsoft Office/root/Office16/sdxs/FA000000101/manifest.xml

<?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">

  <!-- Manifest documation here: https://docs.microsoft.com/en-us/office/dev/add-ins/reference/manifest/officeapp -->

  <!-- Begin Basic Settings: Add-in metadata, used for all versions of Office unless override provided. -->

  <!-- IMPORTANT! Id must be unique for your add-in, if you reuse this manifest ensure that you change this id to a new GUID. -->
  <Id>b13482cb-2088-427c-9e26-b0d7c090f4fb</Id>

  <Version>1.0.2310.12003</Version>
  <ProviderName>Microsoft Corporation</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <!-- The display name of your add-in. Used in various places of the Office UI such as the add-ins dialog. -->
  <DisplayName DefaultValue="Unified Consent UI"/>
  <Description DefaultValue="The Unified Consent UI SDX" />

  <!-- Icon for your add-in. Used on installation screens and the add-ins dialog. -->
  <IconUrl DefaultValue="assets/StoreLogo.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" />

  <!-- Hosts is used to specify which app the SDX should run in
            Document (Word)
            Database (Access)
            Mailbox (Outlook)
            Notebook (OneNote)
            Presentation (PowerPoint)
            Project (Project)
            Workbook (Excel)
  -->
  <Hosts>
    <Host Name="Document"/>
    <Host Name="Database"/>
    <Host Name="Mailbox"/>
    <Host Name="Notebook"/>
    <Host Name="Presentation"/>
    <Host Name="Project"/>
    <Host Name="Workbook"/>
  </Hosts>

  <Permissions>ReadWriteDocument</Permissions>

  <!-- Service Delivery docs: https://office.visualstudio.com/OC/_wiki/wikis/SDX%20Developer%20Center/25686/Service-Deliver-an-SDX -->
  <!-- Name should match name specified in otools\inc\osfmui\cache\PlatformCapabilities\CommonCapabilities.json -->
  <Requirements>
    <Sets DefaultMinVersion="1.1">
        <Set Name="SdxUnifiedConsentUI" MinVersion="6.0.0"/>
        <Set Name="SdxUnifiedConsentParser" MinVersion="3.0.0"/>
        <Set Name="ReactNative" MinVersion="71.0"/>
    </Sets>
  </Requirements>

</OfficeApp>