diff options
author | Determinant <[email protected]> | 2019-02-01 16:05:33 -0500 |
---|---|---|
committer | Determinant <[email protected]> | 2019-02-01 16:05:33 -0500 |
commit | 8b24b7bf2409549a5714fac32d52efb05d7d6621 (patch) | |
tree | debf31cd62019193e3b6396011a6c6589532dbc4 /public | |
parent | ec404a971bca523dde755687bad7999f55af1c65 (diff) |
maintain data store in background
Diffstat (limited to 'public')
-rw-r--r-- | public/background.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/public/background.js b/public/background.js deleted file mode 100644 index 76043c6..0000000 --- a/public/background.js +++ /dev/null @@ -1,3 +0,0 @@ -chrome.browserAction.onClicked.addListener(function() { - chrome.tabs.create({url: 'index.html'}); -}); |