Skip to content

Commit

Permalink
Addiction portion of PR #22216 (#24487)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Sep 20, 2024
1 parent ddd9b7f commit e954c26
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions webextensions/manifest/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,27 @@
}
}
},
"tab_background_separator": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "62"
},
"firefox_android": {
"version_added": false
},
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"tab_background_text": {
"__compat": {
"support": {
Expand Down Expand Up @@ -718,6 +739,35 @@
}
}
},
"toolbar_field_separator": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": [
{
"version_added": "59"
},
{
"alternative_name": "toolbar_vertical_separator",
"version_added": "58",
"version_removed": "59",
"notes": "Before version 59, the RGB array form was not supported for this property."
}
],
"firefox_android": {
"version_added": false
},
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"toolbar_field_text": {
"__compat": {
"support": {
Expand Down

0 comments on commit e954c26

Please sign in to comment.