Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add json to declarativeNetRequest.ResourceType
Co-authored-by: Rob Wu <rob@robwu.nl>
  • Loading branch information
seia-soto and Rob--W committed May 2, 2025
commit accc4eb192e2970f0d8962e4dff988376874e36f
19 changes: 19 additions & 0 deletions webextensions/api/declarativeNetRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,25 @@
}
}
},
"json": {
"__compat": {
"support": {
"chrome": {
"version_added": false
},
"edge": "mirror",
"firefox": {
"version_added": "138"
},
"firefox_android": "mirror",
"opera": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror"
}
}
},
"main_frame": {
"__compat": {
"support": {
Expand Down