Remove Chrome app loader

Chrome apps have been deprecated for a while now, since PWAs are a
better replacement. This app should get with the times too
This commit is contained in:
William Brawner 2020-05-11 19:35:34 -07:00
parent 0781ff6c31
commit 9ec65225f2

View file

@ -1,8 +0,0 @@
chrome.app.runtime.onLaunched.addListener(function() {
chrome.app.window.create('index.html', {
'outerBounds': {
'width': 400,
'height': 500
}
});
});