chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('wirc.html', {
'state': 'normal'
})