Skip to content

Commit 1b5b63a

Browse files
authored
~fix URL match
1 parent 57136a4 commit 1b5b63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"content_scripts": [
2626
{
27-
"matches": ["https://chat.openai.com/chat*"],
27+
"matches": ["https://chat.openai.com/*"],
2828
"js": ["script.js", "api.js"],
2929
"css": ["styles.css"]
3030
}

0 commit comments

Comments
 (0)