Skip to content

Commit

Permalink
Chrome 130 supports webextensions.api.action.onUserSettingsChanged (#…
Browse files Browse the repository at this point in the history
…25343)

Co-authored-by: rebloor <[email protected]>
  • Loading branch information
PassionPenguin and rebloor authored Dec 9, 2024
1 parent 993bcff commit 0d0b114
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions webextensions/api/action.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,25 @@
}
}
},
"UserSettingsChange": {
"__compat": {
"support": {
"chrome": {
"version_added": "130"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"disable": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/action/disable",
Expand Down Expand Up @@ -422,6 +441,25 @@
}
}
},
"onUserSettingsChanged": {
"__compat": {
"support": {
"chrome": {
"version_added": "130"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"openPopup": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/action/openPopup",
Expand Down

0 comments on commit 0d0b114

Please sign in to comment.