-
Notifications
You must be signed in to change notification settings - Fork 19
/
AppManifest.xml
23 lines (22 loc) · 960 Bytes
/
AppManifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8" ?>
<!--Created:cb85b80c-f585-40ff-8bfc-12ff4d0e34a9-->
<App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest"
Name="SPTypeScript"
ProductID="{fbba0cef-9361-4eb5-8a07-5f8da3fa32e1}"
Version="1.0.0.0"
SharePointMinVersion="15.0.0.0"
>
<Properties>
<Title>SPTypeScript</Title>
<StartPage>~appWebUrl/Pages/Default.aspx?{StandardTokens}&SPHostTitle={HostTitle}&SPHostLogo={HostLogoUrl}</StartPage>
</Properties>
<AppPrincipal>
<Internal />
</AppPrincipal>
<AppPermissionRequests>
<AppPermissionRequest Scope="http://sharepoint/search" Right="QueryAsUserIgnoreAppPrincipal" />
<AppPermissionRequest Scope="http://sharepoint/social/tenant" Right="Read" />
<AppPermissionRequest Scope="http://sharepoint/taxonomy" Right="Write" />
<AppPermissionRequest Scope="http://sharepoint/content/tenant" Right="Write" />
</AppPermissionRequests>
</App>