forked from xRadioLAB/HackerX_slive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest-slive.xml
22 lines (22 loc) · 888 Bytes
/
manifest-slive.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ContentApp">
<Id>a66cee46-1acb-4eaf-bcac-b5ec5651fe18</Id>
<Version>1.0.0.0</Version>
<ProviderName>[Provider name]</ProviderName>
<DefaultLocale>en-US</DefaultLocale>
<DisplayName DefaultValue="slive"/>
<Description DefaultValue="[Task pane Add-in description]"/>
<Hosts>
<Host Name="Document"/>
<Host Name="Workbook"/>
<Host Name="Presentation"/>
<Host Name="Notebook"/>
<Host Name="Project"/>
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://123.206.42.148:5000/vote/"/>
<RequestedWidth>400</RequestedWidth>
<RequestedHeight>400</RequestedHeight>
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
</OfficeApp>