<?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>9FEAD9F5-C888-4D38-907D-4C6A3D27D061</Id>
  <Version>1.0.2507.14008</Version>
  <ProviderName>Microsoft</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Copilot OneNote" />
  <Description DefaultValue="Copilot OneNote"/>
  <IconUrl DefaultValue="assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="assets/icon-80.png"/>
  <Hosts>
    <Host Name="Notebook"/>
  </Hosts>
  <Permissions>ReadAllDocument</Permissions>
  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="CopilotOneNote" MinVersion="2.1" />
      <Set Name="CdnUrlSupport" MinVersion="1.1" />
      <Set Name="ReactNative" MinVersion="73.1" />
    </Sets>
  </Requirements>
</OfficeApp>
