Open 0xENDER opened 3 years ago
[empty]
{
"name": "[name]",
"start": "[file_in_content]",
"version": "[version]",
"publisher": "[publisher]",
"splashScreen": true,
"splashCooldown": 0,
"splashText": "Built using EnderStudio!",
"server": {
"feedback": "https://example.com/MyServerFiles/Feedback.php?message=[0]",
"bugTracking": "https://example.com/MyServerFiles/BugsTracking.php?useragent=[0]&appversion=[1]&error=[2]",
"bugReporting": "https://example.com/MyServerFiles/BugReprots.php?message=[0]"
},
"window": {
"type": "normal",
"width": 940,
"height": 560,
"minWidth": 940,
"minHeight": 560,
"maxWidth": null,
"maxHeight": null,
"isFullscreenable": true,
"isClosable": true,
"isMinimizable": true,
"isMaximizable": true,
"maximizeOnStart": true,
"resizable": true
},
"content": {
"theme": "default",
"colorScheme": "system",
"redirectAnimations": true,
"contextMenu": true,
"infoScreen": true,
"protocol": "[this_is_not_working_yet]",
"coverOnMaximize": false,
"customStyle": true,
"customElements": true
},
"hardware": {
"highGPUPerformance": true
},
"enable": {
"JavaScript": true,
"WebGL": true,
"devTools": true,
"spellcheck": true
},
"menu": {
"type": "none"
}
}
webview
-swebview
Move the app content from thewebview
to the main processIsolate NodeJS modules and the require function from the app content process.I don't know about this!