mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
Fix content_scripts 'matches' property
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["<all_urls>"],
|
||||
"matches": ["https://mdn.github.io/webextensions-examples/export-helpers.html"],
|
||||
"js": ["content_scripts/export.js"]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user