Mini Kabibi Habibi
<?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"
xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
xsi:type="TaskPaneApp">
<Id>AFE48FFA-F8ED-4389-B1BA-BA2C6744ED50</Id>
<Version>1.0.2501.15007</Version>
<ProviderName>Microsoft</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<AppDomains>
<AppDomain>https://www.microsoft.com/</AppDomain>
</AppDomains>
<DisplayName DefaultValue="Cloud File Picker"/>
<Description DefaultValue="Cloud File Picker"/>
<IconUrl DefaultValue="assets/icon-32.png"/>
<Hosts>
<Host Name="Document"/>
<Host Name="Drawing"/>
<Host Name="Presentation"/>
<Host Name="Workbook"/>
<Host Name="Mailbox"/>
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="word.html"/>
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
<Requirements>
<Sets DefaultMinVersion="1.1">
<Set Name="SharedRuntime"/>
<Set Name="CdnUrlSupport" MinVersion="1.1"/>
</Sets>
</Requirements>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
<Resources>
<bt:Urls>
<bt:Url id="word.url" DefaultValue="word.html"/>
<bt:Url id="excel.url" DefaultValue="excel.html"/>
<bt:Url id="powerpoint.url" DefaultValue="powerpoint.html"/>
<bt:Url id="outlook.url" DefaultValue="outlook.html"/>
<bt:Url id="onenote.url" DefaultValue="onenote.html"/>
</bt:Urls>
</Resources>
<WebApplicationInfo>
<Id>AFE48FFA-F8ED-4389-B1BA-BA2C6744ED50</Id>
<Authorizations>
<Authorization>
<Resource>https://graph.microsoft.com</Resource>
<Scopes>
<Scope>Files.Read.All</Scope>
<Scope>Sites.Read.All</Scope>
<Scope>User.Read</Scope>
</Scopes>
</Authorization>
<Authorization>
<Resource>*.sharepoint.com</Resource>
<Scopes>
<Scope>AllSites.Read</Scope>
<Scope>MyFiles.Read</Scope>
</Scopes>
</Authorization>
<Authorization>
<Resource>*.sharepoint-df.com</Resource>
<Scopes>
<Scope>AllSites.Read</Scope>
<Scope>MyFiles.Read</Scope>
</Scopes>
</Authorization>
</Authorizations>
</WebApplicationInfo>
</VersionOverrides>
</OfficeApp>