Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Make it work on stable/nightly/beta, and also other standard crates
Browse files Browse the repository at this point in the history
  • Loading branch information
foriequal0 committed Mar 28, 2020
1 parent 2aff734 commit e784638
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@
"content_scripts": [
{
"matches": [
"*://doc.rust-lang.org/alloc/*",
"*://doc.rust-lang.org/*/alloc/*",
"*://doc.rust-lang.org/core/*",
"*://doc.rust-lang.org/*/core/*",
"*://doc.rust-lang.org/proc_macro/*",
"*://doc.rust-lang.org/*/proc_macro/*",
"*://doc.rust-lang.org/std/*",
"*://docs.rs/*"
"*://doc.rust-lang.org/*/std/*",
"*://doc.rust-lang.org/test/*",
"*://doc.rust-lang.org/*/test/*"
],
"js": ["content_script.js"]
}
Expand Down

0 comments on commit e784638

Please sign in to comment.