Skip to content

Commit

Permalink
install_type added to management API
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed May 22, 2024
1 parent d90f662 commit dcc9c31
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions webextensions/api/management.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,35 @@
}
}
},
"installType": {
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"edge": {
"version_added": "79"
},
"firefox": [
{
"version_added": "127"
},
{
"version_added": "51",
"version_removed": "127",
"partial_implementation": true,
"notes": "When the add-on is installed using an enterprise policy the value \"other\" is set, rather than the expected value of \"admin\"."
}
],
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"offlineEnabled": {
"__compat": {
"support": {
Expand Down

0 comments on commit dcc9c31

Please sign in to comment.