Skip to content

Commit b57ca0f

Browse files
committed
fix react-devtools-extension for m75
1 parent b315630 commit b57ca0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanity/react-devtools-extension/react-devtools/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"manifest_version": 2,
2020
"minimum_chrome_version": "43",
2121
"name": "React Developer Tools",
22-
"permissions": [ "chrome-extension://*", "file:///*", "http://*/*", "https://*/*" ],
22+
"permissions": [ "chrome-extension://*/*", "file:///*", "http://*/*", "https://*/*" ],
2323
"update_url": "https://clients2.google.com/service/update2/crx",
2424
"version": "0.14.8",
2525
"web_accessible_resources": [ "main.html", "panel.html", "build/backend.js" ]

0 commit comments

Comments
 (0)