2013-11-01 17:32:32 -06:00
|
|
|
chrome.app.runtime.onLaunched.addListener(function() {
|
2014-02-06 22:25:21 -07:00
|
|
|
chrome.app.window.create('res/scoreboard.html', {
|
2014-02-15 19:50:16 -07:00
|
|
|
"bounds": {
|
|
|
|
"height": 100,
|
|
|
|
"width": 450
|
|
|
|
}
|
2013-11-01 17:32:32 -06:00
|
|
|
})
|
|
|
|
})
|