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

Rename background.js

This commit is contained in:
Federico Brigante 2017-08-30 14:27:54 +07:00 committed by GitHub
parent e9b8eb885f
commit e548d557d6

View File

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