1234567891011121314151617181920212223242526 |
- {
- "name" : "hide",
- "window" : {
- "title" : "HIDE",
- "icon" : "res/hide.png",
- "width" : 800,
- "height" : 600,
- "show" : true
- },
- "main" : "app.html",
- "chromium-args":"--enable-spell-checking",
- "js-flags": "--expose-gc",
- "dependencies": {
- "mongodb": "^3.2.2"
- },
- "webview": {
- "partitions": [
- {
- "name": "trusted",
- "accessible_resources": [
- "<all_urls>"
- ]
- }
- ]
- }
- }
|