Almost getting pins

This commit is contained in:
benjaminramey
2019-11-11 13:54:56 -06:00
parent 7549e0a41c
commit 878ce7350f
2 changed files with 34 additions and 8 deletions

View File

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