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:
parent
0781ff6c31
commit
9ec65225f2
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
chrome.app.runtime.onLaunched.addListener(function() {
|
||||
chrome.app.window.create('index.html', {
|
||||
'outerBounds': {
|
||||
'width': 400,
|
||||
'height': 500
|
||||
}
|
||||
});
|
||||
});
|
Loading…
Reference in a new issue