working api key settings

This commit is contained in:
benjaminramey
2019-11-11 11:39:09 -06:00
parent 708eed82e5
commit 7549e0a41c
5 changed files with 60 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
chrome.runtime.onInstalled.addListener(function() {
var data = {
apiKey: "the key",
apiKey: null,
groupings: []
};