mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-29 09:30:11 +02:00
Implement security improvements and add security audit report
Co-authored-by: softchris <4598064+softchris@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user