<?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>3c5bc56d-a235-4a7a-8ac5-8c2a57621df1</Id>
  <Version>1.0.8.0</Version>
  <ProviderName>Aleph</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Aleph Assistant"/>
  <Description DefaultValue="Aleph inside your Office documents: ask about the file, edit selections with formatting preserved, and insert generated images — with previewed execution. Works in Word, Excel, and PowerPoint."/>
  <IconUrl DefaultValue="https://thealeph.tech/static/logo.png"/>
  <HighResolutionIconUrl DefaultValue="https://thealeph.tech/static/logo.png"/>
  <SupportUrl DefaultValue="https://thealeph.tech/"/>
  <AppDomains>
    <AppDomain>https://thealeph.tech</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document"/>
    <Host Name="Workbook"/>
    <Host Name="Presentation"/>
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://thealeph.tech/office/word?v=20260810_multihost_v1"/>
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>
