Skip to content

Commit

Permalink
fix filenames in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Oct 5, 2020
1 parent e263000 commit 6bb8d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"https://youtube.com/*", "https://www.youtube.com/*"
],
"content_scripts": [{
"css": ["styles.css"],
"js": ["jquery.js", "chat.js"],
"css": ["youtube.css"],
"js": ["jquery.js", "youtube.js"],
"matches": ["https://youtube.com/live_chat*", "https://www.youtube.com/live_chat*"]
}],
"browser_action": {
Expand Down

0 comments on commit 6bb8d5b

Please sign in to comment.