Created
April 7, 2013 11:37
-
-
Save devendrasv/d679e370d6810487d639 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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