craig says i need more callbacks

This commit is contained in:
2023-09-04 00:42:47 -06:00
parent bcdb71624e
commit 1cd7c99eaf
7 changed files with 71 additions and 4114 deletions
+3 -4
View File
@@ -8,7 +8,6 @@
"js" : ["dist/content.js"]}],
"browser_action" : {"default_icon" : "art/jrx-icon-32.png",
"default_title" : "Jæck Russell",
"default_popup" : "popup.html"},
"background" : {"page" : "background.html"},
"content_security_policy" : "script-src 'self'; object-src 'self'",
"permissions" : ["storage"]}
"default_popup" : "pages/popup.html"},
"background" : {"page" : "pages/background.html"},
"permissions" : ["storage", "history"]}