6 lines
123 B
JavaScript
6 lines
123 B
JavaScript
|
chrome.app.runtime.onLaunched.addListener(function() {
|
||
|
chrome.app.window.create('wirc.html', {
|
||
|
'state': 'normal'
|
||
|
})
|
||
|
})
|