From 1d2773cbf4c15fd5b1384f7bd993edb63a460c3a Mon Sep 17 00:00:00 2001 From: Determinant Date: Mon, 28 Jan 2019 01:59:42 -0500 Subject: use React; impl the prototype --- background.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 background.js (limited to 'background.js') diff --git a/background.js b/background.js deleted file mode 100644 index 76043c6..0000000 --- a/background.js +++ /dev/null @@ -1,3 +0,0 @@ -chrome.browserAction.onClicked.addListener(function() { - chrome.tabs.create({url: 'index.html'}); -}); -- cgit v1.2.3