mirror of
https://github.com/mon/TataconUSB.git
synced 2026-03-21 17:54:27 -05:00
8 lines
175 B
JavaScript
8 lines
175 B
JavaScript
chrome.app.runtime.onLaunched.addListener(function() {
|
|
chrome.app.window.create('window.html', {
|
|
'innerBounds': {
|
|
'width': 480,
|
|
'height': 662
|
|
}
|
|
});
|
|
}); |