have transitioned jr to typescript

This commit is contained in:
2023-01-23 00:40:22 -07:00
parent da0fa03869
commit cbe6d51eb9
13 changed files with 1770 additions and 246 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"icons" : {"48" : "icons/jrx-icon-48.png",
"96" : "icons/jrx-icon-96.png"},
"content_scripts" : [{"matches" : ["*://*/*"],
"js" : ["content.js"]}],
"js" : ["dist/content.js"]}],
"browser_action" : {"default_icon" : "icons/jrx-icon-32.png",
"default_title" : "Jaeck Russell",
"default_popup" : "popup.html"},