1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "FileVersion": 3,
- "Version": 1,
- "VersionName": "1.0",
- "FriendlyName": "Web UI",
- "Description": "Create a web-based user interface using blueprints.",
- "Category": "Widgets",
- "CreatedBy": "Tracer Interactive",
- "CreatedByURL": "https://tracerinteractive.com",
- "DocsURL": "https://cdn.tracerinteractive.com/webui/documentation.pdf",
- "MarketplaceURL": "",
- "SupportURL": "",
- "EngineVersion": "5.1.0",
- "CanContainContent": false,
- "Installed": true,
- "Modules": [
- {
- "Name": "WebBrowserUI",
- "Type": "Runtime",
- "LoadingPhase": "PreDefault",
- "WhitelistPlatforms": [
- "Win64",
- "Mac",
- "Linux"
- ]
- },
- {
- "Name": "WebUI",
- "Type": "Runtime",
- "LoadingPhase": "PreDefault",
- "WhitelistPlatforms": [
- "Win64",
- "Mac",
- "Linux",
- "Android",
- "IOS"
- ]
- }
- ],
- "Plugins": [
- {
- "Name": "WebBrowserWidget",
- "Enabled": true
- },
- {
- "Name": "JsonLibrary",
- "Enabled": true
- }
- ]
- }
|