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
28
29
30
|
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "NVIDIA Shadowplay Highlights SDK Plugin",
"Description" : "NVIDIA GeForce SDK with Shadowplay Highlights",
"Category" : "Other",
"CreatedBy" : "NVIDIA",
"CreatedByURL" : "https://developer.nvidia.com/shadowplay-highlights",
"DocsURL" : "",
"MarketplaceURL" : "",
"SupportURL" : "",
"EnabledByDefault" : false,
"CanContainContent" : false,
"IsBetaVersion" : false,
"Installed" : false,
"Modules" :
[
{
"Name" : "NVIDIAGfeSDK",
"Type" : "Runtime",
"LoadingPhase" : "PostConfigInit",
"WhitelistPlatforms" :
[
"Win64",
"Win32"
]
}
]
}
|