]> git.wh0rd.org - chrome-ext/wake-on-lan.git/blob - js/launcher.js
add port tips to the port field tooltip text
[chrome-ext/wake-on-lan.git] / js / launcher.js
1 // Written by Mike Frysinger <vapier@gmail.com>.
2 // Released into the public domain.
3
4 chrome.app.runtime.onLaunched.addListener(function() {
5 chrome.app.window.create('main.html');
6 });