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

Merge branch 'bfred-it-patch-1'

This commit is contained in:
Matt Baer 2017-08-30 23:30:29 -04:00
commit 9803c18925
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"]
}
]
}