Skip to content

Commit

Permalink
Adding scripting to optional_permissions manifest key (#21987)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Jan 25, 2024
1 parent 3341ef4 commit 9a119ea
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions webextensions/manifest/optional_permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,29 @@
}
}
},
"scripting": {
"__compat": {
"description": "<code>scripting</code>",
"support": {
"chrome": {
"version_added": "88",
"notes": "Available for use in Manifest V3 or later."
},
"edge": "mirror",
"firefox": {
"version_added": "102"
},
"firefox_android": "mirror",
"opera": {
"version_added": false
},
"safari": {
"version_added": "15.4"
},
"safari_ios": "mirror"
}
}
},
"sessions": {
"__compat": {
"description": "<code>sessions</code>",
Expand Down

0 comments on commit 9a119ea

Please sign in to comment.