From e7c03134ac3d07299d3079fa492dc80d6b04efb1 Mon Sep 17 00:00:00 2001 From: i'm alice Date: Sun, 30 Jul 2023 19:10:09 -0500 Subject: [PATCH] remove content_scripts from manifest.json --- manifest.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index b713db6..5d228ea 100644 --- a/manifest.json +++ b/manifest.json @@ -15,11 +15,5 @@ "action": { "default_popup": "popup/popup.html", "default_icon": "images/icon-128.png" - }, - "content_scripts": [ - { - "matches": ["*://*.nintendo.com/*"], - "js": ["popup/popup.js"] - } - ] + } } \ No newline at end of file