From 26e6223febad9e03ef91ab480645ae4cbcd8a04d Mon Sep 17 00:00:00 2001 From: pliny <133052465+elder-plinius@users.noreply.github.com> Date: Sat, 12 Aug 2023 17:26:43 -0700 Subject: [PATCH] Update manifest.json --- manifest.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1e1c438..37c061b 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,12 @@ "action": { "default_popup": "popup.html" }, - + "content_scripts": [ + { + "matches": [""], + "js": ["content.js"] + } + ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }