Implement security improvements and add security audit report

Co-authored-by: softchris <4598064+softchris@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-05-21 16:10:28 +00:00
parent 919944e665
commit f6cc071338
12 changed files with 343 additions and 36 deletions

View File

@@ -2,7 +2,9 @@
"manifest_version": 3,
"name": "My Carbon Trigger",
"version": "0.1.0",
"host_permissions": ["<all_urls>"],
"host_permissions": [
"https://api.co2signal.com/v1/*"
],
"background": {
"service_worker": "background.js"
},