updated permissions to include tabs

This commit is contained in:
Peter Morton 2025-07-30 20:35:47 -05:00
parent e709879d40
commit 93c0755c05

View File

@ -9,7 +9,7 @@
"side_panel": {
"default_path": "src/pages/side-panel/index.html"
},
"permissions": ["sidePanel", "storage"],
"permissions": ["sidePanel", "tabs"],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},