From be5c885ebcce46e773f5fdd3460f9e034952568c Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Sun, 20 Mar 2022 15:56:01 +0100 Subject: [PATCH] v0.4.1 --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d8b8253..59a490f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "FuriKani", "description": "Removes furigana on websites based on your WaniKani level", - "version": "0.4", + "version": "0.4.1", "manifest_version": 3, "action": { "default_popup": "popup.html" @@ -9,11 +9,11 @@ "content_scripts": [ { "matches": ["*://*/*"], - "js": ["content.js"] + "js": ["src/content.js"] } ], "background": { - "service_worker": "background.js" + "service_worker": "src/background.js" }, "permissions": ["storage"] } \ No newline at end of file