-
Notifications
You must be signed in to change notification settings - Fork 369
Expand file tree
/
Copy pathapp.json
More file actions
27 lines (27 loc) · 862 Bytes
/
app.json
File metadata and controls
27 lines (27 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"id": "f7964d32-7685-400f-8297-4bc17d0aab0e",
"name": "Microsoft User Feedback",
"publisher": "Microsoft",
"version": "28.0.0.0",
"brief": "Provides functionality for collecting user feedback which is sent to Microsoft.",
"description": "Functionality to allow for AL developers to collect user feedback from the application. Since this module sends feedback to Microsoft, it should be used by Microsoft internal only.",
"privacyStatement": "https://go.microsoft.com/fwlink/?LinkId=724009",
"EULA": "https://go.microsoft.com/fwlink/?linkid=2009120",
"help": "",
"url": "https://go.microsoft.com/fwlink/?LinkId=724011",
"logo": "",
"dependencies": [
],
"screenshots": [],
"platform": "28.0.0.0",
"features": [
"NoImplicitWith"
],
"target": "OnPrem",
"idRanges": [
{
"from": 1585,
"to": 1590
}
]
}