Skip to content

Commit 413ff1c

Browse files
authored
Issue-23454 webextensions.manifest.web_accessible_resources use_dynamic_url fully supported in Chrome (#27765)
Issue-23454 webextensions.manifest.web_accessible_resources - use_dynamic_url - Chrome support
1 parent 6ee9a39 commit 413ff1c

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

webextensions/manifest/web_accessible_resources.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,16 @@
8888
"use_dynamic_url": {
8989
"__compat": {
9090
"support": {
91-
"chrome": {
92-
"version_added": "88"
93-
},
91+
"chrome": [
92+
{
93+
"version_added": "130"
94+
},
95+
{
96+
"version_added": "88",
97+
"version_removed": "130",
98+
"notes": "Setting the property had no effect."
99+
}
100+
],
94101
"edge": "mirror",
95102
"firefox": {
96103
"version_added": false

0 commit comments

Comments
 (0)