fix: background.js, remove: unnecessary permissions

This commit is contained in:
2026-03-18 13:46:03 +01:00
parent e8a14e7e69
commit 3176af094e
7 changed files with 85 additions and 57 deletions

View File

@@ -5,5 +5,5 @@
"@/*": ["src/*"]
}
},
"include": ["src", "public/scripts/background.js", "public/scripts/content.js"]
"include": ["src", "src/background.js", "src/content.js"]
}