From da5d7b549aa6481dc4ae0294140375296136c700 Mon Sep 17 00:00:00 2001 From: Dawa Sherpa Date: Wed, 23 May 2018 12:32:58 -0400 Subject: [PATCH] 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,