chrome.app.runtime.onLaunched.addListener(() => {
chrome.app.window.create('index.html', {
id: "clockWinID"
})
})
{
"commands" : {
"cmdNew": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"global": true,
"description": "Create new window"
}
}
}