From 7e3731b312cbfbef84f26d9fb2e5935bbc8f7ca1 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 8 Jun 2018 17:43:28 +0200 Subject: [PATCH] fix: Fix addon-linter error for /content_scripts MANIFEST_FIELD_INVALID "/content_scripts" should be array --- add-on/manifest.firefox.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add-on/manifest.firefox.json b/add-on/manifest.firefox.json index 30d74bb1d..a57e25cc9 100644 --- a/add-on/manifest.firefox.json +++ b/add-on/manifest.firefox.json @@ -18,7 +18,7 @@ "default_title": "__MSG_pageAction_titleNonIpfs__", "default_popup": "dist/popup/page-action/index.html" }, - "content_scripts": null, + "content_scripts": [ ], "protocol_handlers": [ { "protocol": "web+dweb",