update browser extension

This commit is contained in:
Sara Gibbons
2023-07-05 17:36:21 -04:00
parent 81a152ed88
commit 067dfd171f
8 changed files with 2857 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,12 +1,12 @@
{
"manifest_version": 2,
"manifest_version": 3,
"name": "My Carbon Trigger",
"version": "0.1.0",
"permissions": ["<all_urls>"],
"host_permissions": ["<all_urls>"],
"background": {
"scripts": ["background.js"]
"service_worker": "background.js"
},
"browser_action": {
"action": {
"default_popup": "index.html"
}
}