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