<?xml version="1.0" encoding="utf-8"?>
<!--
List of actions for the built in Agave commands. We are reuse the Agave manifest schema but the resources are all dummies. They will not be used. Since the UI is rendered in the native code only the actions
matters here: Action are listed inside a button:

                 <Control xsi:type="Button" id="distributeSectionId">
                  <Label resid="residShort" />
                  <Supertip>
                    <Title resid="residShort" />
                    <Description resid="residLong" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="image16" />
                    <bt:Image size="32" resid="image16" />
                    <bt:Image size="80" resid="image16" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <SourceLocation resid="distributeSectionUrl" />
                  </Action>
                </Control>
                
The id of the action are used to trigger the action.
-->
<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">
	<Id>4261b1c1-49e3-42a0-8a78-bb11b6cb2b1b</Id>
	<Version>1.0.0.0</Version>
	<ProviderName>Microsoft</ProviderName>
	<DefaultLocale>en-US</DefaultLocale>
	<DisplayName DefaultValue="JotSpy" />
	<Description DefaultValue="JotSpy"/>
	<IconUrl DefaultValue="~remoteAppUrl/Images/OData_Icon_32.png" />
	<DefaultSettings>
		<SourceLocation DefaultValue="https://www.onenote.com/officeaddins/jotspy" />
	</DefaultSettings>
	<Permissions>ReadWriteDocument</Permissions>
	<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
		<Description resid="residLong" />
		<Hosts>
			<Host xsi:type="Notebook">
				<DesktopFormFactor>
					<ExtensionPoint xsi:type="PrimaryCommandSurface">
						<CustomTab id="External Data3">
							<Group id="JotSpyGroup">
								<Label resid="residShort" />
								<Icon>
									<bt:Image size="16" resid="image16" />
									<bt:Image size="32" resid="image16" />
									<bt:Image size="80" resid="image16" />
								</Icon>
								<Control xsi:type="Button" id="OnlineJotSpy">
									<Label resid="residShort" />
									<Supertip>
										<Title resid="residShort" />
										<Description resid="residLong" />
									</Supertip>
									<Icon>
										<bt:Image size="16" resid="image16" />
										<bt:Image size="32" resid="image16" />
										<bt:Image size="80" resid="image16" />
									</Icon>
									<Action xsi:type="ShowTaskpane">
										<SourceLocation resid="onlineJotSpyUrl" />
										<Title resid="residJotSpy" />
									</Action>
								</Control>
							</Group>
							<Label resid="residShort" />
						</CustomTab>
					</ExtensionPoint>
				</DesktopFormFactor>
			</Host>
		</Hosts>
		<Resources>
			<bt:Images>
				<bt:Image id="image16" DefaultValue="~remoteAppUrl/Images/OData_Icon_16.png"/>
			</bt:Images>
			<bt:Urls>
				<bt:Url id="onlineJotSpyUrl" DefaultValue="https://www.onenote.com/officeaddins/jotspy" >
				</bt:Url>
			</bt:Urls>
			<bt:ShortStrings>
				<bt:String id="residShort" DefaultValue="residShortJotSpy" />
				<bt:String id="residJotSpy" DefaultValue="JotSpy">
				</bt:String>
			</bt:ShortStrings>
			<bt:LongStrings>
				<bt:String id="residLong" DefaultValue="residLong" />
			</bt:LongStrings>
		</Resources>
	</VersionOverrides>
</OfficeApp>
