mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-29 04:17:02 +02:00
factored out common code
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://mdn.github.io/webextensions-examples/"],
|
||||
"js": ["content-script.js"]
|
||||
"js": ["insert-controls.js", "content-script.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user