Skip to content

Instantly share code, notes, and snippets.

@chimerast
Created November 10, 2015 01:42
Show Gist options
  • Save chimerast/2b2cb846e8885d9de297 to your computer and use it in GitHub Desktop.
Save chimerast/2b2cb846e8885d9de297 to your computer and use it in GitHub Desktop.
Manifest file of E2D3 (Id is changed)
<?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>
@maphew
Copy link

maphew commented Nov 12, 2015

in support of e2d3/e2d3#33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment