1
0
mirror of https://github.com/thebaer/MMRA synced 2024-11-13 10:11:01 +00:00

Merge branch 'patch-1' of https://github.com/bfred-it/MMRA into bfred-it-patch-1

This commit is contained in:
Matt Baer 2017-08-30 23:30:09 -04:00
commit 6fefef7283
2 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"content_scripts": [
{
"matches": ["https://*/*"],
"js": ["background.js"]
"js": ["content.js"]
}
]
}