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,