Skip to content

Instantly share code, notes, and snippets.

@RElesgoe
RElesgoe / connector.js
Created October 31, 2015 10:47
PvPGN Connector
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('window.html', {
'outerBounds': {
'width': 400,
'height': 500
}
});
});