Skip to content

Commit

Permalink
Updating optional_permissions based on feedback to mdn#22034
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor committed Jan 29, 2024
1 parent cb0264d commit bcd81a1
Showing 1 changed file with 5 additions and 26 deletions.
31 changes: 5 additions & 26 deletions webextensions/manifest/optional_permissions.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}
}
},
"alarm": {
"alarms": {
"__compat": {
"description": "<code>alarm</code>",
"support": {
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": true,
"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 bcd81a1

Please sign in to comment.