From 6c94e1343978354242a78ea7da3af5373ab86026 Mon Sep 17 00:00:00 2001 From: Martin D Kealey Date: Wed, 15 Nov 2023 13:23:36 +1000 Subject: [PATCH] jqified *.json --- src/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"