From 9fac6c3762578b0fbf6fa629ebdeb3dc084d9335 Mon Sep 17 00:00:00 2001 From: TropiiDev Date: Wed, 5 Mar 2025 14:00:06 -0500 Subject: [PATCH] Another bug fix --- CHANGELOG.md | 3 +-- manifest.json | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c743897..abcb7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ ## Changelog -## 0.0.3 +## 0.0.4 # Alpha release - Updated the copyurl.js file to fix the error -- Updated the style.css file to increase the width (hopefully) diff --git a/manifest.json b/manifest.json index 2591ccc..b77df97 100644 --- a/manifest.json +++ b/manifest.json @@ -6,5 +6,8 @@ "action": { "default_popup": "main.html", "default_icon": "copy.png" + }, + "background": { + "service_worker": "copyurl.js" } }