Skip to content

Commit

Permalink
Updating optional_permissions based on feedback to #22034 (#22097)
Browse files Browse the repository at this point in the history
* Updating optional_permissions based on feedback to #22034

* Apply suggestions from review

Co-authored-by: Rob Wu <rob@robwu.nl>

---------

Co-authored-by: Rob Wu <rob@robwu.nl>
  • Loading branch information
rebloor and Rob--W committed Jan 30, 2024
1 parent f8b421c commit ac8aa81
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions webextensions/manifest/optional_permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
}
}
},
"alarm": {
"alarms": {
"__compat": {
"description": "<code>alarm</code>",
"description": "<code>alarms</code>",
"support": {
"chrome": {
"version_added": true
Expand Down Expand Up @@ -270,28 +270,6 @@
}
}
},
"debugger": {
"__compat": {
"description": "<code>debugger</code>",
"support": {
"chrome": {
"version_added": false
},
"edge": {
"version_added": "79"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"declarativeNetRequest": {
"__compat": {
"description": "<code>declarativeNetRequest</code>",
Expand Down Expand Up @@ -377,10 +355,11 @@
},
"dns": {
"__compat": {
"description": "<code>dms</code>",
"description": "<code>dns</code>",
"support": {
"chrome": {
"version_added": true
"version_added": "preview",
"notes": "The <code>dns</code> API is only available in Chrome Dev."
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -735,7 +714,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": true
},
"firefox_android": "mirror",
"opera": "mirror",
Expand Down

0 comments on commit ac8aa81

Please sign in to comment.