Skip to content

Commit

Permalink
fix: Fix addon-linter error for /content_scripts
Browse files Browse the repository at this point in the history
MANIFEST_FIELD_INVALID   "/content_scripts" should be array
  • Loading branch information
lidel committed Jun 14, 2018
1 parent 52b0190 commit f3e3628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add-on/manifest.firefox.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f3e3628

Please sign in to comment.