Skip to content

Instantly share code, notes, and snippets.

@devendrasv
Created April 7, 2013 11:37
Show Gist options
  • Save devendrasv/d679e370d6810487d639 to your computer and use it in GitHub Desktop.
Save devendrasv/d679e370d6810487d639 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<!--Created:cb85b80c-f585-40ff-8bfc-12ff4d0e34a9-->
<App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest"
Name="Search-Students"
ProductID="{3b9c0cc0-ae95-47cc-889c-450ff2646405}"
Version="1.0.0.0"
SharePointMinVersion="15.0.0.0"
>
<Properties>
<Title>Search-Students</Title>
<StartPage>~appWebUrl/Pages/Default.aspx?{StandardTokens}</StartPage>
</Properties>
<AppPrincipal>
<Internal />
</AppPrincipal>
<AppPermissionRequests>
<AppPermissionRequest Scope="http://sharepoint/search" Right="QueryAsUserIgnoreAppPrincipal" />
</AppPermissionRequests>
</App>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment