Created
November 10, 2015 01:42
-
-
Save chimerast/2b2cb846e8885d9de297 to your computer and use it in GitHub Desktop.
Manifest file of E2D3 (Id is changed)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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" xsi:type="ContentApp"> | |
<Id>00000000-0000-0000-0000-000000000000</Id> | |
<Version>1.5.0.0</Version> | |
<ProviderName>e2d3.org</ProviderName> | |
<DefaultLocale>en-US</DefaultLocale> | |
<DisplayName DefaultValue="E2D3" /> | |
<Description DefaultValue="Dynamic, interactive, and more interesting graphing from your Excel!" /> | |
<IconUrl DefaultValue="http://e2d3.org/wp-content/uploads/2015/05/logo.png" /> | |
<SupportUrl DefaultValue="http://www.e2d3.org/" /> | |
<Hosts> | |
<Host Name="Workbook" /> | |
</Hosts> | |
<DefaultSettings> | |
<SourceLocation DefaultValue="https://a.e2d3.org/" /> | |
<RequestedWidth>800</RequestedWidth> | |
<RequestedHeight>680</RequestedHeight> | |
</DefaultSettings> | |
<Permissions>ReadWriteDocument</Permissions> | |
</OfficeApp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in support of e2d3/e2d3#33