Skip to content

Commit

Permalink
~fix URL match
Browse files Browse the repository at this point in the history
  • Loading branch information
qunash authored Jan 5, 2023
1 parent 57136a4 commit 1b5b63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"content_scripts": [
{
"matches": ["https://chat.openai.com/chat*"],
"matches": ["https://chat.openai.com/*"],
"js": ["script.js", "api.js"],
"css": ["styles.css"]
}
Expand Down

0 comments on commit 1b5b63a

Please sign in to comment.