We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058dccc commit 8a09597Copy full SHA for 8a09597
1 file changed
src/manifest_v3.ts
@@ -41,6 +41,7 @@ const manifest: browser._manifest.WebExtensionManifest = {
41
permissions: [
42
'storage',
43
'offscreen',
44
+ 'scripting',
45
],
46
host_permissions: [
47
// Only firefox requires this, and the subdomain must be completely specified, otherwise the request fails
0 commit comments