TataconUSB/Software/Tataconfig/main.js

8 lines
175 B
JavaScript

chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('window.html', {
'innerBounds': {
'width': 480,
'height': 662
}
});
});