flexibelere-search #1

Merged
elwin merged 5 commits from flexibelere-search into master 2025-06-19 15:37:52 +02:00
3 changed files with 11 additions and 11 deletions
Showing only changes of commit 98a95fd022 - Show all commits

18
dist/manifest.xml vendored
View File

@@ -6,11 +6,11 @@
<DefaultLocale>en-US</DefaultLocale> <DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Order finder OVAS"/> <DisplayName DefaultValue="Order finder OVAS"/>
<Description DefaultValue="Vind bestellingen die eventueel bij de e-mail horen"/> <Description DefaultValue="Vind bestellingen die eventueel bij de e-mail horen"/>
<IconUrl DefaultValue="https://www.contoso.com/assets/icon-64.png"/> <IconUrl DefaultValue="https://outlookplugin.ovas.nl/assets/icon-64.png"/>
<HighResolutionIconUrl DefaultValue="https://www.contoso.com/assets/icon-128.png"/> <HighResolutionIconUrl DefaultValue="https://outlookplugin.ovas.nl/assets/icon-128.png"/>
<SupportUrl DefaultValue="https://ovas.nl"/> <SupportUrl DefaultValue="https://ovas.nl"/>
<AppDomains> <AppDomains>
<AppDomain>https://localhost:3000</AppDomain> <AppDomain>https://outlookplugin.ovas.nl</AppDomain>
</AppDomains> </AppDomains>
<Hosts> <Hosts>
<Host Name="Mailbox"/> <Host Name="Mailbox"/>
@@ -23,7 +23,7 @@
<FormSettings> <FormSettings>
<Form xsi:type="ItemRead"> <Form xsi:type="ItemRead">
<DesktopSettings> <DesktopSettings>
<SourceLocation DefaultValue="https://www.contoso.com/taskpane.html"/> <SourceLocation DefaultValue="https://outlookplugin.ovas.nl/taskpane.html"/>
<RequestedHeight>250</RequestedHeight> <RequestedHeight>250</RequestedHeight>
</DesktopSettings> </DesktopSettings>
</Form> </Form>
@@ -70,13 +70,13 @@
</Hosts> </Hosts>
<Resources> <Resources>
<bt:Images> <bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://www.contoso.com/assets/icon-16.png"/> <bt:Image id="Icon.16x16" DefaultValue="https://outlookplugin.ovas.nl/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://www.contoso.com/assets/icon-32.png"/> <bt:Image id="Icon.32x32" DefaultValue="https://outlookplugin.ovas.nl/assets/icon-32.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://www.contoso.com/assets/icon-80.png"/> <bt:Image id="Icon.80x80" DefaultValue="https://outlookplugin.ovas.nl/assets/icon-80.png"/>
</bt:Images> </bt:Images>
<bt:Urls> <bt:Urls>
<bt:Url id="Commands.Url" DefaultValue="https://www.contoso.com/commands.html"/> <bt:Url id="Commands.Url" DefaultValue="https://outlookplugin.ovas.nl/commands.html"/>
<bt:Url id="Taskpane.Url" DefaultValue="https://www.contoso.com/taskpane.html"/> <bt:Url id="Taskpane.Url" DefaultValue="https://outlookplugin.ovas.nl/taskpane.html"/>
</bt:Urls> </bt:Urls>
<bt:ShortStrings> <bt:ShortStrings>
<bt:String id="GroupLabel" DefaultValue="OVAS (Zoek bestellingen)"/> <bt:String id="GroupLabel" DefaultValue="OVAS (Zoek bestellingen)"/>

2
dist/taskpane.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long