-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
23 lines (20 loc) · 928 Bytes
/
manifest.xml
File metadata and controls
23 lines (20 loc) · 928 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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="TaskPaneApp">
<Id>f3c1d0c2-9a4d-4d89-b6e0-1234567890ab</Id>
<Version>1.0.0.0</Version>
<ProviderName>Pingoloo / Jan Maqe Christensen</ProviderName>
<DefaultLocale>da-DK</DefaultLocale>
<DisplayName DefaultValue="Martha Reader til Word"/>
<Description DefaultValue="Læs markeret tekst og hele dokumentet højt med Martha."/>
<IconUrl DefaultValue="https://pingoloo.dk/martha-word/icon-32.png"/>
<HighResolutionIconUrl DefaultValue="https://pingoloo.dk/martha-word/icon-80.png"/>
<Hosts>
<Host Name="Document"/>
</Hosts>
<DefaultSettings>
<SourceLocation DefaultValue="https://pingoloo.dk/martha-word/taskpane.html"/>
</DefaultSettings>
<Permissions>ReadWriteDocument</Permissions>
</OfficeApp>