src/browser/config/main_window.js

Summary

Maintainability
A
0 mins
Test Coverage
var path = require('path');

module.exports = {
  width: 1024,
  height: 768,
  'min-height': 600,
  'min-width': 800,
  index: path.join('file://', __dirname, '../../index.html'),
  show: false
};