Skip to content

Instantly share code, notes, and snippets.

@tobinbc
Created July 23, 2019 19:00
Show Gist options
  • Save tobinbc/2bcc96bd5db62e38cbc2f39db5e67173 to your computer and use it in GitHub Desktop.
Save tobinbc/2bcc96bd5db62e38cbc2f39db5e67173 to your computer and use it in GitHub Desktop.
{
"content_scripts": [
{
"matches": [
"https://abc123example.execute-api.eu-west-2.amazonaws.com/v1/redirect*"
],
"js": [
"content-redirect.bundle.js"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment