Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

7 lines
183 B
JavaScript

chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html',
{ "innerBounds": { "width": 400, "height": 300 },
"id": "index"
});
});