Page MenuHome GnuPG

No OneTemporary

diff --git a/server/manifest.xml b/server/manifest.xml
index 55e407f..3dd06c2 100644
--- a/server/manifest.xml
+++ b/server/manifest.xml
@@ -1,118 +1,115 @@
<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:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
<Id>95b7e9a9-1ce6-49c2-adf8-48aa704f156d</Id>
<Version>1.0.0.0</Version>
<ProviderName>g10code</ProviderName>
- <DefaultLocale>de-DE</DefaultLocale>
+ <DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="GnuPG"/>
<Description DefaultValue="GunPG extension for Outlook"/>
<IconUrl DefaultValue="https://localhost:5656/assets/logo.png"/>
- <HighResolutionIconUrl DefaultValue="https://localhost:5656/assets/document-decrypt-80.png"/>
+ <HighResolutionIconUrl DefaultValue="https://localhost:5656/assets/logo.png"/>
<SupportUrl DefaultValue="https://www.gnupg.org/documentation/manuals/gnupg/"/>
<AppDomains>
<AppDomain>https://www.gnupg.org</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Mailbox"/>
</Hosts>
<Requirements>
<Sets>
<Set Name="Mailbox" MinVersion="1.5"/>
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://localhost:5656/index.html"/>
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteMailbox</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Message" FormType="Read"/>
<Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Read"/>
</Rule>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides/1.1" xsi:type="VersionOverridesV1_1">
<Requirements>
<bt:Sets DefaultMinVersion="1.12">
<bt:Set Name="Mailbox"/>
</bt:Sets>
</Requirements>
<Hosts>
<Host xsi:type="MailHost">
<Runtimes>
<!-- HTML file including reference to or inline JavaScript event handlers.
This is used by Outlook on the web and Outlook on the new Mac UI. -->
<Runtime resid="EventsRuntime.Url">
<!-- JavaScript file containing event handlers. This is used by Outlook on Windows. -->
<Override type="javascript" resid="JSRuntime.Url"/>
</Runtime>
</Runtimes>
<DesktopFormFactor>
<FunctionFile resid="Commands.Url"/>
<ExtensionPoint xsi:type="MessageReadCommandSurface">
<OfficeTab id="TabDefault">
<Group id="Gnupg.TabSecure.group">
<Label resid="SecureStatusLabel"/>
<Control xsi:type="Button" id="Gnupg.BtnSecure">
<Label resid="SecureInfo"/>
<Supertip>
<Title resid="DecryptTitle"/>
<Description resid="DecryptTipDescription"/>
</Supertip>
<Icon>
<bt:Image size="16" resid="GnuPG.16x16"/>
<bt:Image size="32" resid="GnuPG.32x32"/>
<bt:Image size="80" resid="GnuPG.80x80"/>
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="Commands.Url"/>
<SupportsPinning>true</SupportsPinning>
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
- <bt:Image id="SecureIcon.16x16" DefaultValue="https://localhost:5656/assets/document-decrypt-16.png"/>
- <bt:Image id="SecureIcon.32x32" DefaultValue="https://localhost:5656/assets/document-decrypt-32.png"/>
- <bt:Image id="SecureIcon.80x80" DefaultValue="https://localhost:5656/assets/document-decrypt-80.png"/>
<bt:Image id="GnuPG.16x16" DefaultValue="https://localhost:5656/assets/document-decrypt-16.png"/>
<bt:Image id="GnuPG.32x32" DefaultValue="https://localhost:5656/assets/document-decrypt-32.png"/>
<bt:Image id="GnuPG.80x80" DefaultValue="https://localhost:5656/assets/document-decrypt-80.png"/>
</bt:Images>
<bt:Urls>
<bt:Url id="Commands.Url" DefaultValue="https://localhost:5656/home"/>
<bt:Url id="EventsRuntime.Url" DefaultValue="https://localhost:5656/home"/>
<bt:Url id="JSRuntime.Url" DefaultValue="https://localhost:5656/assets/script.js"/>
</bt:Urls>
<bt:ShortStrings>
<bt:String id="SecureStatusLabel" DefaultValue="Secure Info">
<bt:Override Locale="fr-FR" Value="Information S&#233;curis&#233;e"/>
<bt:Override Locale="de-DE" Value="Information S&#233;curis&#233;e"/>
</bt:String>
<bt:String id="DecryptTitle" DefaultValue="Decrypt">
<bt:Override Locale="fr-FR" Value="D&#233;crypter"/>
<bt:Override Locale="de-DE" Value="D&#233;crypter"/>
</bt:String>
<bt:String id="SecureInfo" DefaultValue="Secure information">
<bt:Override Locale="fr-FR" Value="Information S&#233;curis&#233;e"/>
<bt:Override Locale="de-DE" Value="Information S&#233;curis&#233;e"/>
</bt:String>
</bt:ShortStrings>
<bt:LongStrings>
<bt:String id="DecryptTipDescription" DefaultValue="Decrypt an email with GnuPG.">
<bt:Override Locale="fr-FR" Value="D&#233;crypter un email avec GnuPG"/>
<bt:Override Locale="de-DE" Value="D&#233;crypter un email avec GnuPG"/>
</bt:String>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</VersionOverrides>
</OfficeApp>
diff --git a/server/web/assets/logo-filled.png b/server/web/assets/logo-filled.png
deleted file mode 100644
index 5bf09cc..0000000
Binary files a/server/web/assets/logo-filled.png and /dev/null differ

File Metadata

Mime Type
text/x-diff
Expires
Mon, Dec 23, 4:05 PM (19 h, 6 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
77/71/43e2efce0d17a301750f9447edbf

Event Timeline