File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1616
1717 "content_scripts" : [
1818 {
19- "matches" : [" *://github.com/*" ],
20- "js" : [" js/vendor.js" , " js/githubFile.js" , " js/githubPR.js" ]
19+ "matches" : [" *://github.com/*/*/blob/*" ],
20+ "js" : [" js/vendor.js" , " js/githubFile.js" ]
21+ },
22+ {
23+ "matches" : [" *://github.com/*/*/pull/*/files*" ],
24+ "js" : [" js/vendor.js" , " js/githubPR.js" ]
2125 }
2226 ],
2327
Original file line number Diff line number Diff line change 1616
1717 "content_scripts" : [
1818 {
19- "matches" : [" *://github.com/*" ],
20- "js" : [" js/vendor.js" , " js/githubFile.js" , " js/githubPR.js" ]
19+ "matches" : [" *://github.com/*/*/blob/*" ],
20+ "js" : [" js/vendor.js" , " js/githubFile.js" ]
21+ },
22+ {
23+ "matches" : [" *://github.com/*/*/pull/*/files*" ],
24+ "js" : [" js/vendor.js" , " js/githubPR.js" ]
2125 }
2226 ],
2327
You can’t perform that action at this time.
0 commit comments