Skip to content

Commit

Permalink
fixed content matches value in the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
lemehovskiy committed Oct 18, 2023
1 parent bae5f48 commit c82eab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"permissions": ["activeTab", "storage", "background"],
"content_scripts": [
{
"matches": "<all_urls>",
"matches": ["http://*/*", "https://*/*"],
"js": ["./static/js/content.js"],
"run_at": "document_start"
}
Expand Down

0 comments on commit c82eab6

Please sign in to comment.