From da5d7b549aa6481dc4ae0294140375296136c700 Mon Sep 17 00:00:00 2001 From: Dawa Sherpa Date: Wed, 23 May 2018 12:32:58 -0400 Subject: [PATCH 1/2] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f1d48471..5d3e877d 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "contextMenus", "storage", "alarms", - "" + ["*://*.workflowy/*"] ], "background": { "scripts": [ @@ -51,7 +51,7 @@ }, "content_scripts": [ { - "matches": [""], + "matches": ["*://*.workflowy/*"], "run_at": "document_start", "all_frames": true, "match_about_blank": true, From 6b9e09db1f4406b2c52b1bdf8d42663fdeb4d7a9 Mon Sep 17 00:00:00 2001 From: Dawa Sherpa Date: Wed, 23 May 2018 12:44:57 -0400 Subject: [PATCH 2/2] remove brackets to fix syntax error --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5d3e877d..8080db4c 100644 --- a/manifest.json +++ b/manifest.json @@ -17,7 +17,7 @@ "contextMenus", "storage", "alarms", - ["*://*.workflowy/*"] + "*://*.workflowy/*" ], "background": { "scripts": [