I\'m trying my hands at a simple Chrome Extension, but am running into a problem with providing a value for the matches array in my content_scripts
matches
content_scripts
If you want to match every URL, then Google has a special pattern just for this purpose:
Sample usage:
"matches": [""],
See this page for more info: https://developer.chrome.com/extensions/match_patterns