From 9ec65225f23899028b1f875a32ef59272ff600d2 Mon Sep 17 00:00:00 2001 From: William Brawner Date: Mon, 11 May 2020 19:35:34 -0700 Subject: [PATCH] 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 --- js/start.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 js/start.js diff --git a/js/start.js b/js/start.js deleted file mode 100644 index 83bf838..0000000 --- a/js/start.js +++ /dev/null @@ -1,8 +0,0 @@ -chrome.app.runtime.onLaunched.addListener(function() { - chrome.app.window.create('index.html', { - 'outerBounds': { - 'width': 400, - 'height': 500 - } - }); -}); \ No newline at end of file