diff --git a/src/manifest.json b/src/manifest.json index 5dd8cf2..b05f6cc 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -131,7 +131,9 @@ "default_title": "__MSG_alwaysOpenSiteInContainer__", "default_popup": "pageActionPopup.html", "pinned": false, - "show_matches": ["*://*/*"] + "show_matches": [ + "*://*/*" + ] }, "background": { "page": "js/background/index.html"