Skip to content

Commit fefc4b4

Browse files
committed
Fix to work on forks, not just central repo
1 parent 6d40552 commit fefc4b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "Github linkify for CMSSW",
33
"description": "Turns #include statments in C++ files, and import X/from X import Y/process.load(XXX.YYY.ZZZ_cff) in python config files, into links when browing CMSSW on Github.",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"content_scripts": [
66
{
77
"matches": [
8-
"https://www.github.com/cms-sw/cmssw/*",
9-
"https://github.com/cms-sw/cmssw/*"
8+
"https://www.github.com/*/cmssw/*",
9+
"https://github.com/*/cmssw/*"
1010
],
1111
"js": ["contentscript.js"],
1212
"run_at": "document_end" // pay attention to this line

0 commit comments

Comments
 (0)