Skip to content

Commit 1b5d1cf

Browse files
authored
Merge pull request #2 from mrloop/em-all-urls
Use a valid pattern for the content scripts match value
2 parents 747489c + 5627898 commit 1b5d1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# web-ext-react
44

5-
A CLI tool to help build and run [ReactJS](https://reactjs.org/) based [WebExtensions](), integrating [web-ext](https://github.com/mozilla/web-ext) with [create-react-app](https://github.com/facebook/create-react-app)
5+
A CLI tool to help build and run [ReactJS](https://reactjs.org/) based [WebExtensions](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions), integrating [web-ext](https://github.com/mozilla/web-ext) with [create-react-app](https://github.com/facebook/create-react-app)
66

77
## Highlights
88

@@ -97,7 +97,7 @@ You must create an `extension/manifest.json`
9797
},
9898
"content_scripts": [
9999
{
100-
"matches": ["*"],
100+
"matches": ["<all_urls>"],
101101
"js": [],
102102
"css": []
103103
}

0 commit comments

Comments
 (0)