123456789101112131415161718192021222324252627282930313233343536 |
- {
- "FileVersion" : 3,
- "Version" : 1,
- "VersionName" : "1.0",
- "FriendlyName" : "Web Browser",
- "Description" : "Allows the user to create a Web Browser Widget",
- "Category" : "Widgets",
- "CreatedBy" : "Epic Games, Inc.",
- "CreatedByURL" : "http://epicgames.com",
- "DocsURL" : "",
- "MarketplaceURL" : "",
- "SupportURL" : "",
- "EnabledByDefault" : false,
- "CanContainContent" : true,
- "IsBetaVersion" : false,
- "Installed" : false,
- "Modules" :
- [
- {
- "Name" : "WebBrowserWidget",
- "Type" : "Runtime",
- "LoadingPhase" : "PreDefault",
- "WhitelistPlatforms" :
- [
- "Win64",
- "Win32",
- "Mac",
- "Linux",
- "Android",
- "IOS",
- "PS4"
- ]
- }
- ]
- }
|