зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1398974: Part 5 - Add content script to webext talos add-on. r=mixedpuppy,jmaher
MozReview-Commit-ID: DDPOrJ2nuhE --HG-- extra : rebase_source : cf8397698356fb56172e8fcfefebd1a7065f58ce
This commit is contained in:
Родитель
b9daf71c93
Коммит
a31daf3601
|
@ -15,6 +15,12 @@
|
||||||
"webRequestBlocking"
|
"webRequestBlocking"
|
||||||
],
|
],
|
||||||
"background": {"scripts": ["background.js"]},
|
"background": {"scripts": ["background.js"]},
|
||||||
|
"content_scripts": [
|
||||||
|
{
|
||||||
|
"matches": ["<all_urls>"],
|
||||||
|
"js": ["content.js"]
|
||||||
|
}
|
||||||
|
],
|
||||||
"browser_action": {},
|
"browser_action": {},
|
||||||
"page_action": {}
|
"page_action": {}
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче