<?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"
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  xmlns:ov="http://schemas.microsoft.com/office/taskpaneappversionoverrides"
  xsi:type="TaskPaneApp">
  <Id>9f48a9ec-c0cf-4b28-bdde-2a662d8142c3</Id>
  <Version>1.0.0.0</Version>
  <ProviderName>Skola</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <DisplayName DefaultValue="Skola" />
  <Description DefaultValue="Academic writing, citation support, and AI workflows inside Microsoft Word." />
  <IconUrl DefaultValue="https://skola.lekalakala.com/addin/assets/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://skola.lekalakala.com/addin/assets/icon-80.png" />
  <SupportUrl DefaultValue="https://skola.lekalakala.com" />
  <PrivacyStatementUrl DefaultValue="https://skola.lekalakala.com/privacy" />
  <AppDomains>
    <AppDomain>https://skola.lekalakala.com</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Document" />
  </Hosts>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://skola.lekalakala.com/addin/taskpane.html" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Document">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <FunctionFile resid="Commands.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="Skola.Tab">
              <Group id="Skola.StartGroup">
                <Label resid="Skola.StartGroup.Label" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16x16" />
                  <bt:Image size="32" resid="Icon.32x32" />
                  <bt:Image size="80" resid="Icon.80x80" />
                </Icon>
                <Control xsi:type="Button" id="Skola.TaskpaneButton">
                  <Label resid="Skola.TaskpaneButton.Label" />
                  <Supertip>
                    <Title resid="Skola.TaskpaneButton.Label" />
                    <Description resid="Taskpane.Desc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16" />
                    <bt:Image size="32" resid="Icon.32x32" />
                    <bt:Image size="80" resid="Icon.80x80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Skola.Taskpane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Home.Url" />
                  </Action>
                </Control>
              </Group>
              <Group id="Skola.WorkflowsGroup">
                <Label resid="Skola.WorkflowsGroup.Label" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16x16" />
                  <bt:Image size="32" resid="Icon.32x32" />
                  <bt:Image size="80" resid="Icon.80x80" />
                </Icon>
                <Control xsi:type="Button" id="Skola.HomeButton">
                  <Label resid="Skola.HomeButton.Label" />
                  <Supertip>
                    <Title resid="Skola.HomeButton.Label" />
                    <Description resid="Home.Desc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16" />
                    <bt:Image size="32" resid="Icon.32x32" />
                    <bt:Image size="80" resid="Icon.80x80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Skola.HomePane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Home.Url" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="Skola.ReferencingButton">
                  <Label resid="Skola.ReferencingButton.Label" />
                  <Supertip>
                    <Title resid="Skola.ReferencingButton.Label" />
                    <Description resid="Ref.Desc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16" />
                    <bt:Image size="32" resid="Icon.32x32" />
                    <bt:Image size="80" resid="Icon.80x80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Skola.ReferencingPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Referencing.Url" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="Skola.ReviewButton">
                  <Label resid="Skola.ReviewButton.Label" />
                  <Supertip>
                    <Title resid="Skola.ReviewButton.Label" />
                    <Description resid="Review.Desc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16" />
                    <bt:Image size="32" resid="Icon.32x32" />
                    <bt:Image size="80" resid="Icon.80x80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Skola.ReviewPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Review.Url" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="Skola.EditButton">
                  <Label resid="Skola.EditButton.Label" />
                  <Supertip>
                    <Title resid="Skola.EditButton.Label" />
                    <Description resid="Edit.Desc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16" />
                    <bt:Image size="32" resid="Icon.32x32" />
                    <bt:Image size="80" resid="Icon.80x80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Skola.EditPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Edit.Url" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="Skola.SupportButton">
                  <Label resid="Skola.SupportButton.Label" />
                  <Supertip>
                    <Title resid="Skola.SupportButton.Label" />
                    <Description resid="Support.Desc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16x16" />
                    <bt:Image size="32" resid="Icon.32x32" />
                    <bt:Image size="80" resid="Icon.80x80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>Skola.SupportPane</TaskpaneId>
                    <SourceLocation resid="Taskpane.Support.Url" />
                  </Action>
                </Control>
              </Group>
              <Label resid="Skola.TabLabel" />
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16x16" DefaultValue="https://skola.lekalakala.com/addin/assets/icon-16.png" />
        <bt:Image id="Icon.32x32" DefaultValue="https://skola.lekalakala.com/addin/assets/icon-32.png" />
        <bt:Image id="Icon.80x80" DefaultValue="https://skola.lekalakala.com/addin/assets/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://skola.lekalakala.com" />
        <bt:Url id="Commands.Url" DefaultValue="https://skola.lekalakala.com/addin/commands.html" />
        <bt:Url id="Taskpane.Home.Url" DefaultValue="https://skola.lekalakala.com/addin/taskpane.html?view=home" />
        <bt:Url id="Taskpane.Referencing.Url" DefaultValue="https://skola.lekalakala.com/addin/taskpane.html?view=referencing" />
        <bt:Url id="Taskpane.Review.Url" DefaultValue="https://skola.lekalakala.com/addin/taskpane.html?view=review" />
        <bt:Url id="Taskpane.Edit.Url" DefaultValue="https://skola.lekalakala.com/addin/taskpane.html?view=edit" />
        <bt:Url id="Taskpane.Support.Url" DefaultValue="https://skola.lekalakala.com/addin/taskpane.html?view=support" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="GetStarted.Title" DefaultValue="Get started with Skola" />
        <bt:String id="Skola.TabLabel" DefaultValue="Skola" />
        <bt:String id="Skola.StartGroup.Label" DefaultValue="Open" />
        <bt:String id="Skola.WorkflowsGroup.Label" DefaultValue="Workflows" />
        <bt:String id="Skola.TaskpaneButton.Label" DefaultValue="Open Pane" />
        <bt:String id="Skola.HomeButton.Label" DefaultValue="Dashboard" />
        <bt:String id="Skola.ReferencingButton.Label" DefaultValue="Referencing" />
        <bt:String id="Skola.ReviewButton.Label" DefaultValue="Review" />
        <bt:String id="Skola.EditButton.Label" DefaultValue="Edit" />
        <bt:String id="Skola.SupportButton.Label" DefaultValue="Support Claim" />
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="GetStarted.Description" DefaultValue="Open the Skola task pane to proofread text, ask grounded AI questions, and find supporting references." />
        <bt:String id="Taskpane.Desc" DefaultValue="Open the Skola task pane." />
        <bt:String id="Home.Desc" DefaultValue="Open Skola to the dashboard workspace." />
        <bt:String id="Ref.Desc" DefaultValue="Open Skola to the referencing workspace with citation, figure, table, and abbreviation tools." />
        <bt:String id="Review.Desc" DefaultValue="Open Skola to the review workspace for proofing and critique." />
        <bt:String id="Edit.Desc" DefaultValue="Open Skola to the editing workspace for rewrite and drafting actions." />
        <bt:String id="Support.Desc" DefaultValue="Open Skola to the support-claim workspace for evidence and citation discovery." />
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
