Skip to content

Instantly share code, notes, and snippets.

@MickaelBaye
Created January 22, 2014 13:03
Show Gist options
  • Save MickaelBaye/8558343 to your computer and use it in GitHub Desktop.
Save MickaelBaye/8558343 to your computer and use it in GitHub Desktop.
Google Chrome background.js
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', {
'bounds': {
'width': 400,
'height': 500
}
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment