<?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"
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  xmlns:contentappor="http://schemas.microsoft.com/office/contentappversionoverrides"
  xsi:type="ContentApp">

  <Id>bf3a711e-f669-4fd5-8d73-100223695f2b</Id>
  <Version>1.0.0.4</Version>
  <ProviderName>lijia</ProviderName>
  <DefaultLocale>en-US</DefaultLocale>
  <!-- The display name of your add-in. Used on the store and various placed of the Office UI such as the add-ins dialog -->
  <DisplayName DefaultValue="Office first party apps sandbox" />
  <Description DefaultValue="Office first party apps sandbox" />

  <Hosts>
    <Host Name="Document"/>
  </Hosts>

  <DefaultSettings>
    <SourceLocation DefaultValue="index.html" />
  </DefaultSettings>

  <Permissions>ReadWriteDocument</Permissions>
</OfficeApp>