Skip to content

Commit

Permalink
Remove reference to deleted file
Browse files Browse the repository at this point in the history
injected.js was deleted in a previous commit, but the manifest still references it.
  • Loading branch information
ademuri authored and philc committed Jul 16, 2021
1 parent 0a670cc commit a864f61
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@
"all_frames": true,
"match_about_blank": true
},
{
"matches": ["<all_urls>"],
"js": ["content_scripts/injected.js"],
"run_at": "document_start",
"all_frames": true,
"match_about_blank": true
},
{
"matches": ["file:///", "file:///*/"],
"css": ["content_scripts/file_urls.css"],
Expand Down

0 comments on commit a864f61

Please sign in to comment.