Skip to content

Commit ecd1f5b

Browse files
committed
fix: ensure content.js loads when navigating to GitHub PR pages
1 parent c79fc89 commit ecd1f5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"content_scripts": [
1414
{
15-
"matches": ["https://github.com/*/pull/*"],
15+
"matches": ["https://github.com/*"],
1616
"js": ["content.js"],
1717
"css": ["styles.css"]
1818
},

0 commit comments

Comments
 (0)