Skip to content

Commit f4e1291

Browse files
committed
update manifest
1 parent e103401 commit f4e1291

File tree

1 file changed

+35
-38
lines changed

1 file changed

+35
-38
lines changed

manifest.xml

Lines changed: 35 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,36 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
5-
xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
6-
<Id>ca968be6-628b-4f14-ba3c-3e614effa9bd</Id>
7-
<Version>1.0.0.0</Version>
8-
<ProviderName>Contoso</ProviderName>
9-
<DefaultLocale>en-US</DefaultLocale>
10-
<DisplayName DefaultValue="Excel Custom Functions" />
11-
<Description DefaultValue="Write your own Excel functions in TypeScript." />
12-
<IconUrl DefaultValue="https://localhost:3000/assets/icon-32.png" />
13-
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png"/>
14-
<SupportUrl DefaultValue="https://www.contoso.com/help"/>
15-
<AppDomains>
16-
<AppDomain>contoso.com</AppDomain>
17-
</AppDomains>
18-
<Hosts>
19-
<Host Name="Workbook" />
20-
</Hosts>
21-
<DefaultSettings>
22-
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
23-
</DefaultSettings>
24-
<Permissions>ReadWriteDocument</Permissions>
25-
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
26-
<Resources>
27-
<bt:Images>
28-
<bt:Image id="Contoso.tpicon_16x16" DefaultValue="https://localhost:3000/assets/icon-16.png" />
29-
<bt:Image id="Contoso.tpicon_32x32" DefaultValue="https://localhost:3000/assets/icon-32.png" />
30-
<bt:Image id="Contoso.tpicon_80x80" DefaultValue="https://localhost:3000/assets/icon-80.png" />
31-
</bt:Images>
32-
<bt:Urls>
33-
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
34-
</bt:Urls>
35-
<bt:ShortStrings>
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<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:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="TaskPaneApp">
3+
<Id>05c2e1c9-3e1d-406e-9a91-e9ac64854143</Id>
4+
<Version>1.0.0.0</Version>
5+
<ProviderName>Contoso</ProviderName>
6+
<DefaultLocale>en-US</DefaultLocale>
7+
<DisplayName DefaultValue="Contoso Task Pane Add-in"/>
8+
<Description DefaultValue="A template to get started."/>
9+
<IconUrl DefaultValue="https://localhost:3000/assets/icon-32.png"/>
10+
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-80.png"/>
11+
<SupportUrl DefaultValue="https://www.contoso.com/help"/>
12+
<AppDomains>
13+
<AppDomain>contoso.com</AppDomain>
14+
</AppDomains>
15+
<Hosts>
16+
<Host Name="Workbook"/>
17+
</Hosts>
18+
<DefaultSettings>
19+
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
20+
</DefaultSettings>
21+
<Permissions>ReadWriteDocument</Permissions>
22+
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
23+
<Resources>
24+
<bt:Images>
25+
<bt:Image id="Contoso.tpicon_16x16" DefaultValue="https://localhost:3000/assets/icon-16.png"/>
26+
<bt:Image id="Contoso.tpicon_32x32" DefaultValue="https://localhost:3000/assets/icon-32.png"/>
27+
<bt:Image id="Contoso.tpicon_80x80" DefaultValue="https://localhost:3000/assets/icon-80.png"/>
28+
</bt:Images>
29+
<bt:Urls>
30+
<bt:Url id="Contoso.Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html"/>
31+
</bt:Urls>
32+
<bt:ShortStrings>&#xD;
3633
</bt:ShortStrings>
37-
</Resources>
38-
</VersionOverrides>
39-
</OfficeApp>
34+
</Resources>
35+
</VersionOverrides>
36+
</OfficeApp>

0 commit comments

Comments
 (0)