From 292c0c7df0ef0e23e0ce9858b424f12c3099a13e Mon Sep 17 00:00:00 2001 From: Will Bamberg Date: Tue, 10 Oct 2017 12:14:30 -0700 Subject: [PATCH] Fix content_scripts 'matches' property --- export-helpers/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/export-helpers/manifest.json b/export-helpers/manifest.json index 396e685..806ff84 100644 --- a/export-helpers/manifest.json +++ b/export-helpers/manifest.json @@ -22,7 +22,7 @@ "content_scripts": [ { - "matches": [""], + "matches": ["https://mdn.github.io/webextensions-examples/export-helpers.html"], "js": ["content_scripts/export.js"] } ],