Another bug fix

This commit is contained in:
TropiiDev 2025-03-05 14:00:06 -05:00
parent 049b8f600b
commit 9fac6c3762
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,5 @@
## Changelog ## Changelog
## 0.0.3 ## 0.0.4
# Alpha release # Alpha release
- Updated the copyurl.js file to fix the error - Updated the copyurl.js file to fix the error
- Updated the style.css file to increase the width (hopefully)

View File

@ -6,5 +6,8 @@
"action": { "action": {
"default_popup": "main.html", "default_popup": "main.html",
"default_icon": "copy.png" "default_icon": "copy.png"
},
"background": {
"service_worker": "copyurl.js"
} }
} }