committing because switching branches

This commit is contained in:
2023-07-18 14:48:23 -06:00
parent 19203cc003
commit ff8670d592
5 changed files with 1504 additions and 24 deletions
+1 -1
View File
@@ -9,5 +9,5 @@
"browser_action" : {"default_icon" : "art/jrx-icon-32.png",
"default_title" : "Jæck Russell",
"default_popup" : "popup.html"},
"background" : {"scripts": ["dist/background.js"]},
"background" : {"page" : "background.html"},
"permissions" : ["storage"]}