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

  <Id>d5a7b2c1-9f4e-4a3d-8b6c-1e2f3a4b5c6d</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>OpenDocBot</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="OpenDocBot"/>
  <Description DefaultValue="Open-source AI assistant for Microsoft Office"/>

  <IconUrl DefaultValue="https://opendocbot.com/app/assets/icon-32.png"/>
  <HighResolutionIconUrl DefaultValue="https://opendocbot.com/app/assets/icon-64.png"/>
  <SupportUrl DefaultValue="https://opendocbot.com/support"/>

  <Hosts>
    <Host Name="Document"/>
    <Host Name="Workbook"/>
    <Host Name="Presentation"/>
  </Hosts>

  <Requirements>
    <Sets DefaultMinVersion="1.1">
      <Set Name="SharedRuntime" MinVersion="1.1"/>
    </Sets>
  </Requirements>

  <DefaultSettings>
    <SourceLocation DefaultValue="https://opendocbot.com/app/index.html?v=1.0.0.0"/>
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>

</OfficeApp>
