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:
Kris Maglione 2017-09-11 18:20:17 -07:00
Родитель b9daf71c93
Коммит a31daf3601
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -15,6 +15,12 @@
"webRequestBlocking"
],
"background": {"scripts": ["background.js"]},
"content_scripts": [
{
"matches": ["<all_urls>"],
"js": ["content.js"]
}
],
"browser_action": {},
"page_action": {}
}