-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppManifest.xml
More file actions
15 lines (15 loc) · 791 Bytes
/
AppManifest.xml
File metadata and controls
15 lines (15 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!--Created:cbbc9d22-5cf7-4e4c-8ee9-42a772aae58a-->
<App xmlns="http://schemas.microsoft.com/sharepoint/2012/app/manifest" ProductID="{b786a574-d521-400f-82e4-5f74a35360a1}" Version="1.0.0.0" SharePointMinVersion="15.0.0.0" Name="ssSite">
<Properties>
<Title>ssSite</Title>
<StartPage>~appWebUrl/Pages/Default.aspx?{StandardTokens}</StartPage>
</Properties>
<AppPrincipal>
<Internal />
</AppPrincipal>
<AppPermissionRequests>
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web/list" Right="FullControl" />
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" />
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection" Right="FullControl" />
</AppPermissionRequests>
</App>