Skip to content

Commit

Permalink
only support http and https
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmyuan committed Mar 21, 2020
1 parent c22e66a commit feaefb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"content_scripts": [
{
"matches": [
"<all_urls>"
"http://*/*",
"https://*/*"
],
"run_at": "document_end",
"all_frames": false,
Expand Down

0 comments on commit feaefb5

Please sign in to comment.