Skip to content

Commit

Permalink
Use test GH Pages site
Browse files Browse the repository at this point in the history
  • Loading branch information
samantharamon committed Aug 20, 2024
1 parent 1deb92f commit b7e71f2
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Samples/outlook-encrypt-attachments/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="Event-based Activation Demo"/>
<Description DefaultValue="Demo of Outlook event-based activation"/>
<IconUrl DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-64.png"/>
<HighResolutionIconUrl DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-128.png"/>
<IconUrl DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-64.png"/>
<HighResolutionIconUrl DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-128.png"/>
<SupportUrl DefaultValue="https://www.ericlegaultconsulting.com"/>
<AppDomains>
<AppDomain>https://officedev.github.io/</AppDomain>
Expand All @@ -25,7 +25,7 @@
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/commands/commands.html"/>
<SourceLocation DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/commands/commands.html"/>
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
</Form>
Expand Down Expand Up @@ -111,7 +111,7 @@
<ExtensionPoint xsi:type="LaunchEvent">
<LaunchEvents>
<LaunchEvent Type="OnNewMessageCompose" FunctionName="onMessageComposeHandler" />
<LaunchEvent Type="OnNewAppointmentOrganizer" FunctionName="onAppointmentComposeHandler" />
<LaunchEvent Type="OnNewAppointmentOrganizer" FunctionName="onAppointmentComposeHandler" />
<LaunchEvent Type="OnAppointmentAttendeesChanged" FunctionName="onAppointmentAttendeesChangedHandler" />
<LaunchEvent Type="OnAppointmentTimeChanged" FunctionName="onAppointmentTimeChangedHandler" />
<LaunchEvent Type="OnMessageAttachmentsChanged" FunctionName="onMessageAttachmentsChangedHandler" />
Expand All @@ -124,20 +124,20 @@
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-32.png"/>
<bt:Image id="Icon.64x64" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-64.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-80.png"/>
<bt:Image id="Icon.128x128" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-128.png"/>
<bt:Image id="Icon.16x16" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-16.png"/>
<bt:Image id="Icon.32x32" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-32.png"/>
<bt:Image id="Icon.64x64" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-64.png"/>
<bt:Image id="Icon.80x80" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-80.png"/>
<bt:Image id="Icon.128x128" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/assets/icon-128.png"/>
</bt:Images>
<bt:Urls>
<!-- Separate page for compose messages-->
<bt:Url id="msgComposeTaskpane.Url" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/taskpane/taskpane_msg_compose.html"/>
<bt:Url id="msgComposeTaskpane.Url" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/taskpane/taskpane_msg_compose.html"/>
<!-- Separate page for appointments-->
<bt:Url id="appOrgTaskPaneButton.Url" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/taskpane/taskpane_appt_compose.html"/>
<bt:Url id="WebViewRuntime.Url" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/commands/commands.html" />
<bt:Url id="appOrgTaskPaneButton.Url" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/taskpane/taskpane_appt_compose.html"/>
<bt:Url id="WebViewRuntime.Url" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/commands/commands.html" />
<!-- Entry needed for Outlook Desktop. -->
<bt:Url id="JSRuntime.Url" DefaultValue="https://officedev.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/commands/commands.js" />
<bt:Url id="JSRuntime.Url" DefaultValue="https://samantharamon.github.io/Office-Add-in-samples/Samples/outlook-encrypt-attachments/src/commands/commands.js" />
</bt:Urls>
<bt:ShortStrings>
<bt:String id="GroupLabel" DefaultValue="Event-based Activation Demo"/>
Expand Down

0 comments on commit b7e71f2

Please sign in to comment.